The command the maximize the current window.
py.maximize_window() -> Pylenium
# By default, Pylenium will maximize the window for you, but just in case... py.maximize_window().visit("https://qap.dev")
None
Pylenium - The current instance of Pylenium so you can chain commands
Last updated 3 years ago