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
Answers were Sorted based on User's Feedback
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 |
Answer / rayudu
Hi nanda My problem is When i right click on the image
manually it is being displayed "right click menu options"
while automation it did not display righ click menu.I want
the right click options. I also want to check the
properties of the image.I want not only saving the image.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rayudu
Thanks,
It is a good suggestion....Keep posting me answers when I
asked.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rayudu
Thanks Deepak!
It is working...
But i am not using recording and playbacking.I am writing
Descriptive programing and scripting.Is it good recording
for two lines between the script?
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / deepakm82
Ya absolutely it is fine using two lines via recording as
far as your project conditions are not affected..but you
can try using descriptive also on the code generated by
recording...
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / deepakm82
Hi..try using low level recording.Hopefully it will solve
ur problem..
| Is This Answer Correct ? | 0 Yes | 2 No |
1)What is the Difference Between WaitTo & Sync?
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
CAN ANY ONE PLEASE EXPLAIN DIFFERENT TYPE OF FRAMEWORKS USED IN QTP?EXPLAIN EACH OF THEM?..POST TO VANILKUMAR_1981@YAHOO.CO.IN
Why use Regular Expressions?
What are the advantages of a Hybrid framework?
How to Parameterize Object repository in QTP?
What is the Difference Between Quick Test Pro and Quick test professional?
WHAT IS ENVIRONMENT VARIABLES?
Hi, how can we retrieve a specific value from Excel Sheet (Not datatable. for externel file).i mean to say from .xls file. and also tell me from xml file and .doc file. and how can u parameterize ur script from .xls file.(Not data table).
What is Cross browser testing? Does UFT support it?
Explain types of output values?