Skip to content

Browser Node Catalog

Generated category

Browser Node Catalog

Generated from 46 catalog nodes in Automation/Browser.

Automation/Browser/AuthAutomation/Browser/CaptureAutomation/Browser/ExtractAutomation/Browser/FilesAutomation/Browser/InputAutomation/Browser/InteractAutomation/Browser/NavigationAutomation/Browser/ObserveAutomation/Browser/SnapshotAutomation/Browser/StorageAutomation/Browser/Wait

Nodes in this category

Showing 46 of 46 generated node docs.

Close Browser

Automation/Browser

Closes an open browser context and releases resources

Close Page

Automation/Browser

Closes a browser page/tab

New Page

Automation/Browser

Creates a new browser page/tab in the given context

Open Browser

Automation/Browser

Connects to a WebDriver server and opens a new browser session

Clear Cookies

Automation/Browser/Auth

Clears all cookies from the browser session

Load Cookies

Automation/Browser/Auth

Loads cookies from a file into the browser session

Save Cookies

Automation/Browser/Auth

Saves all browser cookies to a file for later restoration

Set Basic Auth

Automation/Browser/Auth

Configures HTTP Basic Authentication credentials for requests

Screenshot Element

Automation/Browser/Capture

Takes a screenshot of a specific element

Take Screenshot

Automation/Browser/Capture

Takes a screenshot of the current page

Execute JavaScript

Automation/Browser/Extract

Executes JavaScript code in the browser and returns the result

Get Attribute

Automation/Browser/Extract

Gets an attribute value of an element

Get HTML

Automation/Browser/Extract

Gets the HTML content of an element or the entire page

Get Text

Automation/Browser/Extract

Gets the text content of an element

Set Download Directory

Automation/Browser/Files

Sets the default download directory for the browser (must be called before downloads)

Trigger Download

Automation/Browser/Files

Clicks an element to trigger a download

Upload File

Automation/Browser/Files

Uploads a file to an input element using its selector

Upload Multiple Files

Automation/Browser/Files

Uploads multiple files to a file input that accepts multiple

Wait For Download

Automation/Browser/Files

Waits for a file to appear in the download directory

Press Key

Automation/Browser/Input

Presses a keyboard key (Enter, Tab, Escape, etc.)

Select Option

Automation/Browser/Input

Selects an option in a dropdown/select element

Type Text

Automation/Browser/Input

Types text into an element matching the selector

Click Element

Automation/Browser/Interact

Clicks on an element matching the selector

Double Click Element

Automation/Browser/Interact

Double-clicks on an element matching the selector

Hover Element

Automation/Browser/Interact

Hovers over an element matching the selector

Scroll Into View

Automation/Browser/Interact

Scrolls element into the visible area

Go Back

Automation/Browser/Navigation

Navigates back in browser history

Go Forward

Automation/Browser/Navigation

Navigates forward in browser history

Go To URL

Automation/Browser/Navigation

Navigates the page to a URL

Reload

Automation/Browser/Navigation

Reloads the current page

Clear Console Logs

Automation/Browser/Observe

Clears the captured console log buffer

Get Console Logs

Automation/Browser/Observe

Retrieves console messages from the browser (logs, warnings, errors)

Get Network Requests

Automation/Browser/Observe

Retrieves captured network requests from the observer

Start Network Observer

Automation/Browser/Observe

Starts observing network requests using the Performance API

Wait For Network Idle

Automation/Browser/Observe

Waits until no network requests are in progress for a specified duration

Get Accessibility Snapshot

Automation/Browser/Snapshot

Captures the accessibility tree of the current page for screen reader analysis

Get DOM Snapshot

Automation/Browser/Snapshot

Captures the current DOM state including HTML, title, URL, and viewport info

Get Element Snapshot

Automation/Browser/Snapshot

Gets detailed information about a specific element by selector

Clear Storage

Automation/Browser/Storage

Clears localStorage and/or sessionStorage

Get All Storage

Automation/Browser/Storage

Gets all key-value pairs from localStorage or sessionStorage

Get Local Storage

Automation/Browser/Storage

Gets a value from browser localStorage

Get Session Storage

Automation/Browser/Storage

Gets a value from browser sessionStorage

Set Local Storage

Automation/Browser/Storage

Sets a value in browser localStorage

Set Session Storage

Automation/Browser/Storage

Sets a value in browser sessionStorage

Wait Delay

Automation/Browser/Wait

Waits for a specified amount of time

Wait For Selector

Automation/Browser/Wait

Waits for an element matching the selector to appear in the DOM