reload
The command to reload or "refresh" the current page
Syntax
py.reload() -> PyleniumUsage
py.reload()Arguments
Yields
Examples
# Reload the page and click on the About link
py.reload().contains("About").click()Last updated