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 operate webobjects in a webpage using getobject function and then using generic methods?
Mention the environments where vbscript could be run?
Why to use option explicit in vb script?
How will you release the memory acquired by an array variable in vbscript?
What is variant in vb script?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
Which operator can be used to check if two numbers are equal or not in vbscript?
How to open a file. What is the perpose of true and false mode there?
What is sql loader? Explain the files used by sql loader to load file?
what is event handling?
what is the object hyrarchy in QTP for a web based application
When are redim statement and preserve keyword used in the vbscript language?
who will create the object?
Which function allows you to instantiate an object given its programmatic identifier or progid?