- Documentation
- Activities
- Browser
- Open Browser
Start a new browser window (Chrome, Edge, etc.)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Browser Type browserType | enum | Optional | Chrome | —ChromeEdgeFirefox |
URL url | string | Required | — | — |
Headless Mode headless | boolean | Optional | false | — |
Maximized maximized | boolean | Optional | true | — |
Browser Variable outputVariable | variable | Optional | Browser | — |
Output
BrowserBrowserBrowser instance for web automation
IsOpenBooleanCurrentURLStringTitleString
Compatibility
WindowsLinuxWebAttendedUnattended
Related activities
Check/Uncheck
Check or uncheck a checkbox element
Click Element
Click on a button, link, or any element on the page
Close Browser
Close the browser window and end the session
Extract Table
Copy data from an HTML table on a webpage
Get Element Attribute
Get the value of an attribute from a web element
Get Text
Read and copy text from an element on the page