Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to perfom double click Operation in Firefox using QTP
#9
Solved: 10 Years, 9 Months, 1 Week ago
hiii all.....

i also found the same problem in a GWT application where all the objects are recognized as either WebElement or an Image...

I tried the following for performing dbl click and i got success in IE.. Hope it will also work in Mozilla as well....


Code:
Set obj = CreateObject ("Mercury.DeviceReplay")
absx=Browser("b").Page("p").WebElement("W").GetROProperty("abs_x")
absy=Browser("b").Page("p").WebElement("W").GetROProperty("abs_y")
obj.MouseMove absx, absy
obj.MouseDblClick absx, absy,0
Set obj = Nothing



Just try it and let me know whether it is working or not...Just drop a mail on -- souvikghosh.Diatm@gmail.com
Reply


Messages In This Thread
RE: How to perfom double click Operation in Firefox using QTP - by souvikghosh_diatm - 06-24-2011, 05:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Double click kiran664791 0 719 03-11-2023, 06:50 PM
Last Post: kiran664791
  QTP add in for Firefox v34 amitseth79 1 2,252 02-12-2015, 04:04 PM
Last Post: Kirill
  The operation failed. An object could not be found. kotaramamohana 1 3,682 08-07-2013, 12:34 PM
Last Post: anil2u
  Problem with QTP recognition of Flex objects in web-based GUI using Firefox & Chrome nancyanne18 0 2,423 10-25-2012, 08:11 PM
Last Post: nancyanne18
  if double quotes comes in outer html sujaravi123 3 6,626 10-18-2012, 10:16 AM
Last Post: harishshenoy

Forum Jump:


Users browsing this thread: 1 Guest(s)