@Kumagai
- Read the Excel. This will give a Datatable
Use action Read from Excel worksheet
- Loop through the Datatable and take each address and use it in the next step
Use For each loop
- Add UI elements of the address box and the View Results button of the website
Enter the address in the address textbox and click the view Results button
Look for any web automation tutorial that explains adding UI elements and how to populate a textbox or click a button.
https://www.youtube.com/watch?v=wm7B_N2eSYY
- Use Take screenshot of web page which will save the image to a file. Using this you can also take screenshot of an element of the web page. So capture the UI element of the right hand side box and take its screenshot.
There is an action called Take screenshot of web page. This action also has the capability to take screenshots of a particular UI element of a webpage. So in your case, add an UI element for the right hand side section of which you want to take a screenshot and then pass that element in the above mentioned action.
This action returns an image saved as a file.
- Go back to the homepage and the loop will continue to do the same for each row of the Datatable.
Since you are inside a loop you need to go back to same homepage and start all of the above for the 2nd record in the Excel. So you can use Go to webpage.
Lets see who completes this first @Kumagai , @Kyle7989 🙂