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 |
print the array values in ascending order?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
How will you get a combined string from array of string in vbscript?
How do you create a recordset object in VBScript?
give me any information abou vb script books learn quckly
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
What are the differences between sub procedures and function procedures?
What is the difference between for loop and while loop?
did any one attended interview in applabs if you had gone through plz tell me the procedure
What is vbscript?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?