Browser interactions
Get browser information
Get title
You can read the current page title from the browser:
driver.getTitle();
driver.title
driver.Title;
driver.title
await driver.getTitle();
driver.title
Get current URL
You can read the current URL from the browser’s address bar using:
driver.getCurrentUrl();
driver.current_url
driver.Url;
driver.current_url
await driver.getCurrentUrl();
driver.currentUrl
Virtual Authenticator
A representation of the Web Authenticator model.
Last modified September 12, 2023: update all the places where code needs to be moved into examples (b82db1dd56)