I created a bot that scrapes data from our companies employees accounts that are listed in our intranet.
In order to that the bot gets text data which works fine.
I also have to get an image of each employee which is on top of each employees page. But this doesn’t work!
The image is always at the same position of the website. I use a take screenshot activity followed by save image…
Accordingly I used a wildcard in the selector to make it dynamically. It works only for my account to get the image.
@Horst
check with UiExplorer the src attribute for the image on its source url. In case of the source url is processible (URL not a javascript function) then do following:
scrap the image source url with a get attribute activity and using the src attribute
Download the image by its url
Image downloading by url can be done by several approaches. Have a look here on one option: