It's a UI path sequence.
I am trying to read some URLs from an Excel file.
Launch browser Go to URL from file Take Screenshot Save screenshot
I am unable to use the "take Screenshot" activity. Unsure, how can I take the screenshot and save it as a file.
The
Take Screenshot
activity requires a variable (of typeImage
). Select the activity first, and in the properties, click on Output. Then, hit CTRL+K to add a new variable (or enter an existing one).Use the
Save Image
activity to save any variable of typeImage
to disk.