The command to reload or "refresh" the current page
py.reload() -> Pylenium
py.reload()
None
Pylenium - The current instance of Pylenium so you can chain another command
# Reload the page and click on the About link py.reload().contains("About").click()
Last updated 4 years ago