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
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
How to make sure that items in a wintree are sorted al?
Mention what are the rules to name variable in vbscript?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
How are values assigned to string type and numeric type variables?
How can constants be declared in the vbscript language?
Mention characteristics of sub procedures?
What is purpose of scripting.filesystemobject class in vbscript?
Explain the string concatenation function in vbscript?
How will you check that a variable is an array in vbscript?
What is the event handling in vbscript?
Illustrate briefly about the different types of statement
When does ‘on click of button’ event gets triggered in the vbscript language?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
how to automatically update the sql server2005 database records when insert in vb6?