sn_atf.headless.default_browser

ServiceNow property description:

The default browser used for the ANY value selected. Default: "chrome"

Attributes

  • Sys ID: 801098dc77f220103fe4b5b2681061bb
  • Type: string
  • Application: Global
  • Default value: chrome
AI Logo

AI generated property description:

The ServiceNow property `sn_atf.headless.default_browser` specifies the default browser to be used for headless testing within the Automated Test Framework (ATF). According to the documentation, this property allows you to set the browser type that will be used when running tests in a headless mode, which means without a graphical user interface. The available options for this property are typically "chrome" or "firefox". Setting this property ensures consistency in test execution environments, which is crucial for reliable test results. If this property is not set, the system may default to a pre-configured browser type. This property is particularly useful for automated testing in continuous integration and deployment pipelines.

Source

Related property: sn_atf.headless.default_os