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
It would be useful if the UIA_Browser had a built in function for toggling the browser's full screen mode. I have a simple custom function that does this, but it would be nice if it was a built in part of UIA. Things like navigate, back, forward, home don't work correctly while in full screen mode because the navigation bar is hidden. UIA_Browser could first check if the browser is in full screen mode prior to navigate and toggle it. This is the function i have been using, which checks if the minimize button exists to know if full screen mode is enabled and hits the f11 key to either enable or disable it based on the desired parameter value.
It would be useful if the UIA_Browser had a built in function for toggling the browser's full screen mode. I have a simple custom function that does this, but it would be nice if it was a built in part of UIA. Things like navigate, back, forward, home don't work correctly while in full screen mode because the navigation bar is hidden. UIA_Browser could first check if the browser is in full screen mode prior to navigate and toggle it. This is the function i have been using, which checks if the minimize button exists to know if full screen mode is enabled and hits the f11 key to either enable or disable it based on the desired parameter value.
The text was updated successfully, but these errors were encountered: