Skip to main content

Playwright

Playwright is responsible for running browser automation scripts/ Playwright has 2 type of connectors:

  • Short - fast start (~25 sec for cold start and ~3sec for warm), running time limit = 15min
  • Long - slow start (~5min +- 10min), time limitation = 12h

Credentials

  • (OPTIONAL) Authentication: Any existed configuration that should be accessible inside connector with:
  {{credentials.field_name}

Input

Any object

Settings

  • (OPTIONAL) Input: Contain path field from the passed object, where from get the input data. Can be accessible with next code:
  {{Object.your_field}}
  • (OPTIONAL) Auth json: Path to the object contained required storage context for your playwright page (see Auth page for more details).
  • Recording: Toggle defined if you need record video or not
  • Width & Height: Width and height of the page

Output

{
data: <your_output_from_the_function>
}