Micro Focus QTP (UFT) Forums

Full Version: QTP not recogonising object during run time
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
QTP is not recogonising object (the object used here is 'Link') during run time. But it recogonises from OR. Please help to solve this issue !!
I added innertext property to the object and it started working as expected...!!!
Write the syntax in the below way if you do not want to use OR
Code:
Browser("micclass:=Browser").Page("micclass:=Page").WebElement("object name:=object value").Click
or
Browser("micclass:=Browser").Page("micclass:=Page").Link("object name:=object value").Click