Skip to main content

Launch Chromium Browser

Overview


Opens new instance of a Web Browser.

Input

Browser

NameRequiredDescription
Browser InstanceWhich browser instance to run against.
Browser TypeWhich Browser rendering engine to use.
Startup URL(Optional) The URL to load when the browser opens, must include https:// or http://.

Options

General Options

NameRequiredDescription
HeadlessHides the GUI while running if headless.
Download DirectorySet the default download path for the browser.
Browser WidthCustom browser width, default is 1280.
Browser HeightCustom browser height, default is 920.
Video Recording EnabledIf set, a video recording will be captured during the run. You must close the browser to save the sessions recording.
Auto Screenshots EnabledIf enabled, each action with a target will take a screenshot of the element for visuals only. Not recommended, remember to turn off after Script creation.

Emulation Options

NameRequiredDescription
Device EmulationPick a device from this list to emulate it, this overrides most other options like Viewport Size (Height/Width), User Agent, Has Touch etc. if set. You must pick the right browser type though, like iPhones use Webkit, Android generally Chromium..

Geolocation

NameRequiredDescription
LatitudeLatitude between -90 and 90.
LongitudeLongitude between -180 and 180.
NameRequiredDescription
LocaleUser locale, for example en-GB, de-DE, etc. Locale will affect navigator.language, Accept-Language request header value, number and date formatting rules.
TimezoneSets the timezone, view documentation or google 'icu timezone names' to see the options.
UserAgentSet the UserAgent for this browser context.
Colour SchemeChoose between light or dark mode.
Mobile ModeThe 'meta viewport' tag is taken into account and touch events are enabled. Not supported in Firefox.
Touchscreen EnabledEnable this option if you need to use the Tap Action to simulate touchscreen events.
Device ScaleFactorSet the device scale factor (can be thought of as Device Pixel Ratio).
Offline ModeEmulates the browser not being connected to the internet.

Advanced Options

NameRequiredDescription
Disable JavascriptDisables Javascript in the browser.
Bypass CSPToggles bypassing page's Content-Security-Policy.
Ignore HTTPS ErrorsWhether to ignore HTTPS errors when sending network requests.
Reduced MotionEmulates 'prefers-reduced-motion' media feature, supported values are 'reduce', 'no-preference'.
ArgsArgs to be passed to the browser at launch.
Auto Install BrowsersOption to disable the check that auto installs your browsers, only reccomended if you are sure the browsers are there like running in an unusual environment like AWS Lambda.
Excluded Default ArgsAny default args that match the user defined list of args will be excluded from the browser.

Settings

NameRequiredDescription
Proxy ServerProxy to be used for all requests.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.