Forum Discussion

abishekhari007's avatar
abishekhari007
Champion Level 0
4 years ago
Solved

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

  • Hi 
    I myself found a way
    but here i found a unique object and used exists method in while loop 

    it goes as follows

    1. 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

2 Replies