abishekhari007
5 years agoContributor
Wait till webpage loads Completely
Hi can anyone say that is there any specific method to make TC wait till the whole web page loads completely, if yes suggest a way
- 5 years ago
Hi
I myself found a way
but here i found a unique object and used exists method in while loop
it goes as follows1. a is initialized to one
2. use while loop and check where a is smaller than b
3. use if condition to check whether the object exists using Exists method
4. if true break; the statement
5. increment the value of a with 1
now do the rest