Browser interactions
Get browser information
Get title
You can read the current page title from the browser:
driver.getTitle();driver.titledriver.Title;driver.titleawait driver.getTitle();driver.titleGet current URL
You can read the current URL from the browser’s address bar using:
driver.getCurrentUrl();driver.current_urldriver.Url;driver.current_urlawait driver.getCurrentUrl();driver.currentUrlVirtual Authenticator
A representation of the Web Authenticator model.
Last modified September 20, 2022: fix incorrect aliases from previous changes (d944c93fd7)