03-24-2009, 02:48 AM
Hello all, i'm having an issue while i'm trying to copy an image from a browser and send it to a word document or to an excel, or wheatever.
Do you know how can i send the image object in the browser to the clipboard?
Is something like this
So i cant use the Copy argument on that object, is there any other solution u can provide?
btw the object is detected by qtp
Do you know how can i send the image object in the browser to the clipboard?
Is something like this
Code:
Browser("Google").Page("Google").Frame("Frame").WebTable("Table").Image("Tree").Object.focus()
Browser("Google").Page("Google").Frame("Frame").WebTable("Table").Image("Tree").Copy
So i cant use the Copy argument on that object, is there any other solution u can provide?
btw the object is detected by qtp