The command to switch the driver's context to the default (or starting) content.
py.switch_to.default_content() -> Pylenium
py.switch_to.default_content() ---or--- # chain a Pylenium command in the new context py.switch_to.default_content().get(".link")
None
Pylenium - The current instance of Pylenium so you can chain commands
If the driver is already in the default context, nothing changes
Last updated 3 years ago