Hello friends, I want to take a screenshot, and save it in an excel. At first it seems easy, but I do not know how to do it. I have a TakeScreenshot activity, but I do not know how to use it in an excel.
Thank you @loginerror , it helped me to learn something new. But I was wrong. What I really need is:
I have to go to LinkedIn, put something to search, for example, Sales Manager. So, I keep the results that appear, and I save them in an excel or CSV. The data I need are: name, job, country and the person’s photo.
Look at this image. I can get the data in red with DataScraping, but I can’t get the photos.
Everything is possible, but I think this particular request might be a bit complicated. It should be possible to get the image URL with Data Scraping (with small modification to the XML that handles the Data Scraping).
When you click the “Edit Data Definition” in the Data Scraping wizard, you will get scary looking XML. However, there is some logic to it. It is better visible if you inspect the element with your browser.
You can see here that I didn’t find anything by selecting the images in Data Scraping:
But, you can modify the xml to get your results, it is actually really easy. You need to change the attribute you want to get based on the one that contains the URL when you inspect the element in the browser. In this case, we don’t want
As you can see, this simple change gives you the URLs It doesn’t give all because the container for default (no image uploaded) has different structure, but that should not be an issue.