Browser Node Catalog
Generated category
Browser Node Catalog
Generated from 46 catalog nodes in Automation/Browser.
Nodes in this category
Showing 46 of 46 generated node docs.
Close Browser
Automation/BrowserCloses an open browser context and releases resources
Close Page
Automation/BrowserCloses a browser page/tab
New Page
Automation/BrowserCreates a new browser page/tab in the given context
Open Browser
Automation/BrowserConnects to a WebDriver server and opens a new browser session
Clear Cookies
Automation/Browser/AuthClears all cookies from the browser session
Load Cookies
Automation/Browser/AuthLoads cookies from a file into the browser session
Save Cookies
Automation/Browser/AuthSaves all browser cookies to a file for later restoration
Set Basic Auth
Automation/Browser/AuthConfigures HTTP Basic Authentication credentials for requests
Screenshot Element
Automation/Browser/CaptureTakes a screenshot of a specific element
Take Screenshot
Automation/Browser/CaptureTakes a screenshot of the current page
Execute JavaScript
Automation/Browser/ExtractExecutes JavaScript code in the browser and returns the result
Get Attribute
Automation/Browser/ExtractGets an attribute value of an element
Get HTML
Automation/Browser/ExtractGets the HTML content of an element or the entire page
Get Text
Automation/Browser/ExtractGets the text content of an element
Set Download Directory
Automation/Browser/FilesSets the default download directory for the browser (must be called before downloads)
Trigger Download
Automation/Browser/FilesClicks an element to trigger a download
Upload File
Automation/Browser/FilesUploads a file to an input element using its selector
Upload Multiple Files
Automation/Browser/FilesUploads multiple files to a file input that accepts multiple
Wait For Download
Automation/Browser/FilesWaits for a file to appear in the download directory
Press Key
Automation/Browser/InputPresses a keyboard key (Enter, Tab, Escape, etc.)
Select Option
Automation/Browser/InputSelects an option in a dropdown/select element
Type Text
Automation/Browser/InputTypes text into an element matching the selector
Click Element
Automation/Browser/InteractClicks on an element matching the selector
Double Click Element
Automation/Browser/InteractDouble-clicks on an element matching the selector
Hover Element
Automation/Browser/InteractHovers over an element matching the selector
Scroll Into View
Automation/Browser/InteractScrolls element into the visible area
Go Back
Automation/Browser/NavigationNavigates back in browser history
Go Forward
Automation/Browser/NavigationNavigates forward in browser history
Go To URL
Automation/Browser/NavigationNavigates the page to a URL
Reload
Automation/Browser/NavigationReloads the current page
Clear Console Logs
Automation/Browser/ObserveClears the captured console log buffer
Get Console Logs
Automation/Browser/ObserveRetrieves console messages from the browser (logs, warnings, errors)
Get Network Requests
Automation/Browser/ObserveRetrieves captured network requests from the observer
Start Network Observer
Automation/Browser/ObserveStarts observing network requests using the Performance API
Wait For Network Idle
Automation/Browser/ObserveWaits until no network requests are in progress for a specified duration
Get Accessibility Snapshot
Automation/Browser/SnapshotCaptures the accessibility tree of the current page for screen reader analysis
Get DOM Snapshot
Automation/Browser/SnapshotCaptures the current DOM state including HTML, title, URL, and viewport info
Get Element Snapshot
Automation/Browser/SnapshotGets detailed information about a specific element by selector
Clear Storage
Automation/Browser/StorageClears localStorage and/or sessionStorage
Get All Storage
Automation/Browser/StorageGets all key-value pairs from localStorage or sessionStorage
Get Local Storage
Automation/Browser/StorageGets a value from browser localStorage
Get Session Storage
Automation/Browser/StorageGets a value from browser sessionStorage
Set Local Storage
Automation/Browser/StorageSets a value in browser localStorage
Set Session Storage
Automation/Browser/StorageSets a value in browser sessionStorage
Wait Delay
Automation/Browser/WaitWaits for a specified amount of time
Wait For Selector
Automation/Browser/WaitWaits for an element matching the selector to appear in the DOM