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 / 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 |
How to remove the spaces in a string Ex: "this is apple"
how to store charecters of HARIBABU Using arrays
What is the difference between ByRef and ByVal. When to use ByRef and ByVal
How should i Create Email invite with server-side Coding?
please can you help me to get a code of flames using a visual basic 6
how to set one column as primary key in QTP and fetch values accordingly
How to replace junk code recorded by QTP with a mall function.
How to assign a numeric value to a variable?
What are events in the vbscript language?
Which in-built function related to an array joins substrings into one string in the vbscript language?
Description.Create
Difference between dim,public and private variables in vb script?