The command to get the current page's URL.
py.url() -> str
py.url()
py.url
None
str - The current page's URL
assert py.url().endswith("/checkout")
Last updated 2 years ago