Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to identify hidden objects
#1
Not Solved
Hi,
I am trying to automate the login process for the below webpage.
www.photobucket.com

I am unable to find the Username webelement under Login link in the above web page while recording/spying.
Can someone help me find the object, please?

Will I be able to hover over the object, check if the username box is existing and then set the login id in the username box? I am unable to put that in a piece of code.
Reply
#2
Not Solved
try with this:

Code:
val=Browser("name:=.*").GetROProperty("name")
print val
Browser("name:="&val).Page("title:=Photo.*").WebEdit("name:=username").Set "random"
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  UFT CAN'T IDENTIFY OBJECTS ORGIO 3 2,074 07-28-2018, 01:25 AM
Last Post: marcelodruida
  UFT unable to identify Java app objects consistently lester 1 1,763 07-12-2018, 08:28 PM
Last Post: Ankur
  Object Spy window is not getting hidden Neetha 2 2,766 08-28-2015, 01:27 PM
Last Post: balak89
  Qtp 10.0 Not able to identify objects on Win 8.1 64 bit OS hpuser 1 2,142 06-11-2015, 06:43 PM
Last Post: venkatesh9032
  QTP Intellisense partially hidden vedasv 1 1,753 02-19-2015, 04:09 AM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)