reload

The command to reload or "refresh" the current page

Syntax

py.reload() -> Pylenium

Usage

py.reload()

Arguments

  • None

Yields

  • Pylenium - The current instance of Pylenium so you can chain another command

Examples

# Reload the page and click on the About link
py.reload().contains("About").click()

Last updated