exists
: Check if an element exists on the page.scroll
: Scroll by a dedicated pixel amount. Can help mitigate differences due to banner popups.get_dropdown_options
: Get the text of all the options in a dropdown. Can be useful to match against a list in your internal databases if you need fuzzy matching.get_page_url
: Get the current page URL. Can be useful if you know a page might redirect or is dynamic.