Hi all please solve this.It is urgent.....
When I right clicked on a Web image manually It displayed
Open link,open link in new window,save picture as, Email
picture,Printpicture,propeties...etc.
While automation I have written a code like this
'browser("Google").Page("ramseeker®: Memory and_3").Image
("graphOfModel").Click 10,10,micRightBtn
But the right click menu was not displayed.
I want to save that image in a seperate folder
Answer Posted / deepakm82
Hi..try using low level recording.Hopefully it will solve
ur problem..
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Have you used xml check point in your project? How?
How to execute a winrunner script in quicktest professional (qtp)?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
Where can I find and view run-time data table?
To which environments does quicktest professional supports?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Hi All, How to get repeated word in string . Thanks Balaji
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
how can we do the frame work in qtp
Tell some commonly used Excel VBA functions?
How does quicktest professional (qtp) identifies the object in the application?
Explain the concept of object repository and how QTP recognizes objects?
How to record a qtp script ?
what is profile tool?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.