sn_atf.headless.browser_options

ServiceNow property description:

Comma separated list of command line arguments to pass to the headless browser. Default: --no-sandbox,--disable-gpu

Attributes

  • Sys ID: cbb2dc10773620103fe4b5b268106176
  • Type: string
  • Application: Global
  • Default value: '--no-sandbox,--disable-gpu
AI Logo

AI generated property description:

The ServiceNow property `sn_atf.headless.browser_options` allows users to specify a comma-separated list of command line arguments that are passed to the headless browser used in Automated Test Framework (ATF) testing. By default, this property includes the arguments `--no-sandbox` and `--disable-gpu`, which are essential for running the headless browser in a secure and efficient manner. The `--no-sandbox` argument disables the sandbox security feature, which can be necessary for certain environments, while `--disable-gpu` disables GPU hardware acceleration, ensuring compatibility and stability. Users can customize this property to include additional command line arguments as needed for their specific testing requirements. This flexibility helps in tailoring the headless browser's behavior to better suit the testing environment and requirements.

Source

Related property: sn_atf.headless.secret_id