replace method

replace

Removes the current page from the session history and navigates to the given page.

def replace(self, url):
    ...
ParameterTypeDescription
urlstrThe string URL to navigate.

See Also