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
In the interim, why not just programmatically send the key combination to the app?
Unfortunately, unless I missed something, SendKeys won't send F11 or other function keys to Edge. It will send keys like Tab OK. It doesn't work with Actions or SendKeys. Same for Chrome.
The Fullscreen command is working as designed here. The WebDriver spec requires the Fullscreen window command to simulate using Element.fullscreen on the current document: https://w3c.github.io/webdriver/#fullscreen-window
You can exit fullscreen by calling the window Maximize command.
The request:
Please make Window.FullScreen() perform the same action as "F11" (or, alternately, allow access to press F11)
Why?
EdgeDriver.Manage().Window.FullScreen() is rudimentary.
vs.
The F11 key on the keyboard to go 'Full Screen' is elegant.
Thanks!
The text was updated successfully, but these errors were encountered: