Jalenium Commands - Take Screenshot

This command allows you to take a screenshot of the current view port area. Screen shots will be saved in a separate folder named Screen Shots in your Java maven project.

Jalenium.TakeScreenShot()
Jalenium.TakeScreenShot(String fileName)

Last updated