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 |
Explain about .wsf files?
What is the use of the instr function?
What are the special sub-types in vbscript?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
Explain about the support of asp for vb script functionality?
what is the differance between BYVAL,BYREF?
What is vbscript language used for and which earlier language is it modeled upon?
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
Mention what if you do not specify anything when you call a procedure?
give me any information abou vb script books learn quckly
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
What is string concatenation function in VBScript?