url
The command to get the current page's URL.
Syntax
py.url() -> strUsage
py.url()py.urlArguments
Yields
Examples
assert py.url().endswith("/checkout")Last updated
The command to get the current page's URL.
py.url() -> strpy.url()py.urlassert py.url().endswith("/checkout")Last updated