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
[All] webview.create_window(maximized=False) Create a window in a maximized state. Thanks @vsajip
[All] webview.create_window(screen=screen_instance) Create a window on a specific monitor, where screen is a screen returned by window.screens. Thanks @louisnw01
[All] Window title can be obtained / set via window.title.