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
I'm running my selenium tests under a headless IE browser on windows, and am taking screenshots on error/failures. One thing with this is the browser window that is being opened is a half minimised window, and the currentScreenshot method only seems to take the visible screen rather than the full browser page - this leaves the error screenshot I have as a small fraction of the actual viewport.
Is there any plan or way to implement the Driver.Manage.Window.Maximise function in web driver, or can this be done already somehow? I did dig through the codebase but couldn't find anything.
The text was updated successfully, but these errors were encountered:
Hi,
I'm running my selenium tests under a headless IE browser on windows, and am taking screenshots on error/failures. One thing with this is the browser window that is being opened is a half minimised window, and the currentScreenshot method only seems to take the visible screen rather than the full browser page - this leaves the error screenshot I have as a small fraction of the actual viewport.
Is there any plan or way to implement the Driver.Manage.Window.Maximise function in web driver, or can this be done already somehow? I did dig through the codebase but couldn't find anything.
The text was updated successfully, but these errors were encountered: