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
OS: windows 10
Selenium Version: 3.11
Browser: IE11
i'm trying to take a screenshot of a scrollable element on IE11 and do it with scroll and take screenshot.
i scroll each iteration to a different position in the page but before the IEdriver take the screenshot it scroll to the top of the page and takes screenshot of the page's top section over and over again
Browser Version:
Expected Behavior -
take screenshot of the current position
Actual Behavior -
take screenshot of the page's top
Steps to reproduce -
scroll in jumps of 250px and use the selenium getScreenshotAs(OutputType.BASE64) method
The text was updated successfully, but these errors were encountered:
Meta -
OS: windows 10
Selenium Version: 3.11
Browser: IE11
i'm trying to take a screenshot of a scrollable element on IE11 and do it with scroll and take screenshot.
i scroll each iteration to a different position in the page but before the IEdriver take the screenshot it scroll to the top of the page and takes screenshot of the page's top section over and over again
Browser Version:
Expected Behavior -
take screenshot of the current position
Actual Behavior -
take screenshot of the page's top
Steps to reproduce -
scroll in jumps of 250px and use the selenium getScreenshotAs(OutputType.BASE64) method
The text was updated successfully, but these errors were encountered: