window
The command to switch the driver's context to the specified Window or Browser Tab.
Syntax
Usage
correct usage
correct usage
Arguments
name_or_handle="" (str)
- The name or window handle of the Window to switch toindex=0 (int)
- The index position of the Window Handle
index=0 will switch to the default content
Yields
Pylenium - The current instance of Pylenium so you can chain commands
Last updated