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 / sudhanadna
Hi Dude,
if you want to save that image use capturebitmap
method...
Browser("XXXXX").Page("XXXXX").CaptureBitmap "<FilePath>"
ex:
Browser("XXXXX").Page("XXXXX").CaptureBitmap "C:\sample.bmp"
you give only bmp.
if you didnt get answer please mail at:
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the difference between development and testing
What are the technics follow in writing VB script?
Explain how Selenium is different from UFT?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
what is object and child object.. explain ..if possible give some example for better understanding ..
How to get Traceability matrix from TD?
explain how to write vb script in qtp?when will you write own script?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
What is the use of text output value in quicktest professional (qtp)?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Will down time for server and content maintenance/upgrades be allowed? how much?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
If I give some thousand tests to execute in two days what do you do?