You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
What steps will reproduce the problem?
WebDriver driver = new ChromeDriver();
driver.get("http://www.google.com");
((TakesScreenshot) driver).getScreenshotAs(OutputType.FILE);
This saves screenshot to a some *.png file in the temp dir.
What is the expected output? What do you see instead?
The output screenshot has JPEG format and should have an extension *.jpg instead
What version of the product are you using? On what operating system?
Windows XP/GoogleChrome 5.0.375.99/Webdriver 2.0a5