Navigation
Last updated
Was this helpful?
Last updated
Was this helpful?
Navigate to a new URL.
PARAMETERS
targetUrl
: string - New URL to navigate
RETURNS
Promise<void>
EXAMPLES
SEE ALSO
Get current page URL
RETURNS
Promise<string>
EXAMPLES
SEE ALSO
Navigate to previous url from history
RETURNS
Promise<void>
EXAMPLES
SEE ALSO
Navigate forward to next url from history
RETURNS
Promise<void>
EXAMPLES
SEE ALSO
Refresh the current page
RETURNS
Promise<void>
EXAMPLES
SEE ALSO
Get the current page title.
RETURNS
Promise<string>
EXAMPLES
SEE ALSO