Skip to content

Browser Screenshot

Description

Takes a screenshot of the current page and outputs the image file path; When size and position inputs are supplied the screenshot is cropped at the position to the size.

Input Ports

Name dataType sourceType required description
Save to text link-manual true The file path you want to save the file to, if you leave it empty, the screenshot will be saved under the default Roboteur cache folder.
Screenshot mode text manual-only true Visible will take a screenshot of what is visible on the screen and in the specific position and size if you specified any, full page will take a screenshot of the entire browser.
Position text link-manual false The position of the screen that should be inside of the screenshot
Size text link-manual false The size of the screenshot within the specified position

Scenarios

  • The user wants to take a screenshot of the entire page.
  • The user wants to take a screenshot of what is visible.
  • The user wants to take a screenshot of position {x:400, y:500} and crop it to be the size of {widht:729, height:550}

Use case

It is required to make use of the Launch web browser command.

Command

Inputs
  • Save To: c:\Users\{your-account}\desktop\
  • Screenshot mode: visible
  • X: 400
  • Y: 500
  • Width: 729
  • Height: 550
Experienced tips
  • If you do not specify a save to file path, the default file path are C:\Users\{your-account}\.roboteur7\cache
Search Tags

Take screenshot Take screenshot of the entire page Take screenshot of what is visible