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
How to save your test using quicktest professional?
Where is the Bitmap checkpoint information stored?
Explain Descriptive Programming Types with Examples?
What is debugging? How you debug your script?
Explain different type of event trigger option.
In qtp is it possible to check broken links of a page?
How many types of actions are there in quicktest professional (qtp)?
How to get popup error message.
Which environments are supported by hp qtp?
Hi, how can we check or avoid the memory leakage in QTP9.2?
How to find operating system information using the qtp script?
Is qtp supports uni-code?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Where we use data driver in qtp?
How will you test a stapler?