Link Properties - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Link Properties (/Thread-Link-Properties) |
Link Properties - Vasantham - 05-18-2011 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.. RE: Link Properties - Jay - 05-18-2011 You can use waitproperty method to wait until your object reached to specified value waitproperty "propertyname", "its value", time RE: Link Properties - Vasantham - 05-18-2011 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 RE: Link Properties - Jay - 05-19-2011 if link is visible without loading the page then whats the problem. u can perfrom the opration right? RE: Link Properties - deepaksporty - 05-20-2011 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. RE: Link Properties - basanth27 - 05-24-2011 How about Browser ready status? |