1

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.

Firaun
  • 369
  • 1
  • 5
  • 21

1 Answers1

1

The Take Screenshot activity requires a variable (of type Image). 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 Imageactivity to save any variable of type Imageto disk.

enter image description here

Wolfgang Radl
  • 2,319
  • 2
  • 17
  • 22
  • Thanks a lot boss. That worked. Could I make it read the URLs from an Excel file. Seems like Excel activities are not available in Community edition. – Firaun Jul 19 '18 at 21:50
  • 1
    Excel activities need to be installed first via the package manager: https://forum.uipath.com/t/how-to-install-the-excel-activities-package/11967 – Wolfgang Radl Jul 19 '18 at 21:55
  • Spot on! thanks. Now playing with something else and stuck. take a look on that new question if you have time. https://stackoverflow.com/questions/51461100/looping-on-urls-from-excel-file-using-uipath?noredirect=1 – Firaun Jul 22 '18 at 01:12