How can I get a full page screenshot with Serenity framework?
Hi Tim!
You can take a full page screenshot with Serenity framework using the below command:
driver.get('https://lambdatest.github.io/sample-todo-app/')
driver.SaveScreenshot(‘ss.png’)
How can I get a full page screenshot with Serenity framework?
Hi Tim!
You can take a full page screenshot with Serenity framework using the below command:
driver.get('https://lambdatest.github.io/sample-todo-app/')
driver.SaveScreenshot(‘ss.png’)