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
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
What is select case statement?
How to capture a runtime error in vbscript?
What is the output of a + b in vbscript if a = 5 and b = 10?
How will you get the exponent of the given number in vbscript?
Illustrate briefly about the different types of statement
what is the difference between modular and data and keyword driven framework
What are the 2 ways to pass a value to the function?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Explain about the functionality of vb script?
Write a code to print numbers from 5 to 0?
Explain the .wsf files?
What is loose binding? Why is it not a good practice to use it?
how to write validation function for date in vb script
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository