Expand description
URL utilities for browser automation.
This module provides utilities for working with URLs.
Functionsยง
- get_
domain - Extract the domain from a URL.
- get_url
- Get the current URL from the page.
- is_
about_ url - Check if a URL is an about: URL.
- is_
blob_ url - Check if a URL is a blob URL.
- is_
data_ url - Check if a URL is a data URL.
- parse_
url - Parse and normalize a URL.
- same_
origin - Check if two URLs are the same origin.
- unfocus_
address_ bar - Unfocus the address bar (useful after browser launch).