Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 308 Bytes

File metadata and controls

11 lines (6 loc) · 308 Bytes

Screenshot

Screenshot(fileNameOfScreenshot)

This will capture a screenshot of the app at the current point in time. The screenshot file will be saved to the test output folder and with the name provided.

Note: Only jpeg and png files are supported.

Example

Screenshot("buttonClicked.png")