Instead of clicking on download button you have to take download link.
You can do that with "get element atribute", and as atribute use href.
Than use that link in "Download" action. There you have to define
full download file path along with downloaded file name and extension.
So you can define your desirable folder.
How to download image and save to hard disk?
-
@allstylus First option - get image from cache.
This is project with comments
getimagefromcache.xmlAnd here is article with detailed method description and video
http://wiki.bablosoft.com/doku.php?id=how_to_get_request_resultSecond option - get image url and download it.
downloadimage.xmlThe easiest one, but not the fastes one is to make an element screenshot.
screenshot.xml -
@khalid_alsaba open the xml and download the page
-
When using the screenshot method
How do I save the images under different file names?
also, how can I change the file path that the images save in?
-
@khalid_alsaba could you help show me how to download images and save them to a folder?
