SDK (Python/TypeScript)
Helper functions
Miscellaneous functions that we built for customers that don’t fit into other categories.
Helper Functions
get_dropdown_options
Extracts the text of all the options in a dropdown from a natural language description of the dropdown element.
A list of strings, each representing an option in the dropdown.
Raises ValueError if the API request fails or if the API key is not set.
get_page_url
Returns the current page URL. Useful when you need to extract parameters like IDs from the URL.
The current page URL.
Raises ValueError if the API request fails or if the API key is not set.
reload
Reloads the page.