Hey lorena,
do u say it is hidden , but it still returns true?
If yes,
do u say it is hidden , but it still returns true?
If yes,
Code:
If Browser().Page().WebEdit().GetROProperty("x") = 0 and Browser().Page().WebEdit().GetROProperty("y") = 0 then
' it is hidden. but qtp will still return as true. so add ur code here
Else
' it is not hidden. so lets highlight where it is
Browser().Page().WebEdit().highlight
End If