How to take full page Screenshot ?
Hello Mark,
You can take the full-page screenshot with the below command as shown :
driver.get('https://lambdatest.github.io/sample-todo-app/')
driver.save_screenshot(‘ss.png’)
How to take full page Screenshot ?
Hello Mark,
You can take the full-page screenshot with the below command as shown :
driver.get('https://lambdatest.github.io/sample-todo-app/')
driver.save_screenshot(‘ss.png’)