Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
webelement click
#1
Not Solved
i can't able click the web element.
Code:
Browser("name:=FMS - Login").Page("title:=FMS - Login").webelement("x:=276, y:=132").Click()

i'm using qtp10 and browser 9. it's kind of menu drop down. when i used object spy and checked its property. it is showing as web element using the property i tried a lot it is not clicked. please help me. Sad
Reply
#2
Not Solved
Hi,
there is syntax error in the above code, for using multiple identifiers please use double quotes "

Code:
Browser("name:=FMS - Login").Page("title:=FMS - Login").webelement("x:=276","y:=132").Click()

Thanks
-Tanya
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Click after CheckProperty to a WebElement passed via Function argument fails naruoga 0 1,030 02-28-2019, 11:46 AM
Last Post: naruoga
  Unable to click on dynamically changing webelement preeti 0 1,697 04-29-2017, 08:50 PM
Last Post: preeti
Exclamation WebElement("WebElement").Click is not working sia sharma 7 23,222 09-28-2016, 08:58 PM
Last Post: supputuri
  Right Click On a Image and Click on a Link in WebElement RameshKrishnan 4 5,146 07-10-2013, 04:13 PM
Last Post: RameshKrishnan
  How do I left click on the right click menu in WinTreeView? RandomGrin 0 3,668 12-22-2012, 04:22 AM
Last Post: RandomGrin

Forum Jump:


Users browsing this thread: 1 Guest(s)