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