In some cases, you might encounter an issue while taking screenshots from Sauce Labs using IE10 or IE11.
IE WebDrives screenshots might sometimes have black bars covering your image. This problem can be solved for IE on Win7 and up!
Sauce Labs offer support for the 64bit IE WebDriver, that allows taking full page screenshots, by setting the desired capability in your test:
Click here to read the full article on Sauce Labs.
IE WebDrives screenshots might sometimes have black bars covering your image. This problem can be solved for IE on Win7 and up!
Sauce Labs offer support for the 64bit IE WebDriver, that allows taking full page screenshots, by setting the desired capability in your test:
capabillities.setCapability("iedriver-version", "x64_2.41.0");
Click here to read the full article on Sauce Labs.
Comments
0 comments
Article is closed for comments.