Hello All,
In QTP 9.2 for Mozilla Firefox, there is webelement in my
application, I tried to click on that using decsriptive
programming, but it does not work.
and for this i tried this code too:
Set obj = CreateObject ("Mercury.DeviceReplay")
absx = Browser("").Page("").WebElement(".").GetROProperty
("abs_x")
absy = Browser("").Page("").WebElement(".").GetROProperty
("abs_y")
obj.MouseMove absx, absy
obj.MouseClick absx, absy, 0
But it is not clicked.
Can anyone help me out for this problem.
Thnx in Advance
Answer Posted / aparna
I am having the same problem. I tried with the above code
and also put wait() statement in the code. Nothing works.
It would be greatly appreciated, if someone help with this.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which loop is used in case of arrays in the vbscript language?
Explain the functionality of vbscript?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Mention what is byref and byval parameters in vbscript?
how to write validation function for date in vb script
Mention what is vbscript?
what is the standards used for writing the script in QTP
How will you get the octal value of the given number in vbscript?
What are string functions in vbscript?
What is the use of the date function in the vbscript language?
how to automatically update the sql server2005 database records when insert in vb6?
What is the use of the instr function?
Why is the use of exit do or exit for statements within loops discouraged?
What's the difference between vbscript and vb.net?
Explain sga memory structures?