Quantcast
Channel: Webdriver Screenshot in Python - Stack Overflow
Viewing all articles
Browse latest Browse all 16

Answer by Kv.senthilkumar for Webdriver Screenshot in Python

$
0
0

Yes, we have a way to get screenshot extension of .png using python webdriver

use below code if you working in python webriver.it is very simple.

driver.save_screenshot('D\folder\filename.png')

Viewing all articles
Browse latest Browse all 16

Trending Articles