Skip to main content

Launch Chrome

Overview


Opens new instance of Chrome that is already available on the machine.

Input

Browser

NameRequiredDescription
Browser InstanceWhich browser instance to run against.
PortThe port used to attach playwright to the browser.

Options

NameRequiredDescription
Startup URLThe URL to load when the browser opens, must include https:// or http://.
Custom User DirectoryThe directory used to store user information (leave blank to use default).
HeadlessHides the GUI while running if headless.
Browser WidthCustom browser width, default is 1280.
Browser HeightCustom browser height, default is 920.

Output

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