Posts: 4
Threads: 2
Joined: Apr 2011
Reputation:
0
05-18-2011, 03:01 PM
Hi All,
I am facing an issue in my testin application, the link whcih are present in the application is enabled, visible and exists even the paga is not loaded fully.
I tried browser.Sync and page.Sync
Is there any other way that i can make pbject sync until the page wil load fully..
Posts: 79
Threads: 1
Joined: Apr 2011
Reputation:
0
05-18-2011, 05:23 PM
You can use waitproperty method to wait until your object reached to specified value
waitproperty "propertyname", "its value", time
Posts: 4
Threads: 2
Joined: Apr 2011
Reputation:
0
05-18-2011, 06:54 PM
Thanks for your reply Jay ..
But my problem is what property i can use..
i tried visible, exists, enable property for link.. nothing works.. link is always able to click even when the page not loaded fully..
please try to give solution when the page not loaded fully
Thanks
Posts: 79
Threads: 1
Joined: Apr 2011
Reputation:
0
05-19-2011, 10:25 AM
if link is visible without loading the page then whats the problem. u can perfrom the opration right?
Posts: 23
Threads: 1
Joined: May 2011
Reputation:
0
05-20-2011, 12:59 PM
You can probably find another object on the page which loads last. this way you can use waitproperty to wait until that object loads and is visible.
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
05-24-2011, 02:43 PM
How about Browser ready status?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.