Search found 3 matches
- Sun May 27, 2018 4:31 pm
- Forum: Technical / Scripting
- Topic: Is there a way to have Webrecorder/IE library save a image that is on a page
- Replies: 10
- Views: 13179
Re: Is there a way to have Webrecorder/IE library save a image that is on a page
Anyone have any ideas?
- Mon May 21, 2018 10:15 pm
- Forum: Technical / Scripting
- Topic: How to Loop Until an Image Found?
- Replies: 2
- Views: 3836
Re: How to Loop Until an Image Found?
I think this is what your asking. label>startclick ScreenCapture>559,355,633,425,%TEMP_DIR%\screenrect.bmp //Find and Left Click To the Right of the FindImagePos>%BMP_DIR%\image_3.bmp,%TEMP_DIR%\screenrect.bmp,0.7,8,XArr,YArr,NumFound,CCOEFF If>NumFound>0 MouseMove>{%XArr_0%+559+600},{%YArr_0%+355} ...
- Sat May 19, 2018 8:53 pm
- Forum: Technical / Scripting
- Topic: Is there a way to have Webrecorder/IE library save a image that is on a page
- Replies: 10
- Views: 13179
Is there a way to have Webrecorder/IE library save a image that is on a page
I want to know is there a function that comes with Webrecorder/IE library to download images that appear on a web page. I know I can do this with the screenshot and save it that way or something to that effect, but that would require the page to be in view. I want to do it with the Webrecorder becau...