How can I get a full page screenshot with Serenity?
Hello Alex,
You can take full page screenshot with the below command as shown in case of Serenity:
driver.get('https://lambdatest.github.io/sample-todo-app/')
driver.SaveScreenshot(‘ss.png’)
How can I get a full page screenshot with Serenity?
Hello Alex,
You can take full page screenshot with the below command as shown in case of Serenity:
driver.get('https://lambdatest.github.io/sample-todo-app/')
driver.SaveScreenshot(‘ss.png’)