Property reference

sn_atf.headless.default_browser

The sn_atf.headless.default_browser property specifies the default browser for headless testing in ServiceNow. Admins should review this setting to ensure compatibility with their testing environment, as it defaults to Chrome.

Default: chrome Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property sets the default browser for headless testing, impacting how automated tests are executed within the platform.
What area does it affect? Automated Testing Framework
What does the default mean? The default value is "chrome", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring or troubleshooting headless testing environments.

Out of the box property record

Raw metadata from the property record.

Property name sn_atf.headless.default_browser
Sys ID 801098dc77f220103fe4b5b2681061bb
Type string
Application Global
Default value chrome
Description The default browser used for the ANY value selected. Default: "chrome"
Updated 2024-05-25 05:05:18

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... the ServiceNow® Headless Browser for Automated Test Framework. System properties Property name Type Default value Purpose sn_atf.headless.browser_options string "--no-sandbox,-- disable-gpu" The CLI options are passed to the browser on startup sn_atf.headless.default_browser string Chrome Default browser used when starting up headless requests sn_atf.headless.default_os string Linux Operating system of host machine sn_atf.headless.docker_image_name string Name:tag of the Docker image on the host machine sn_atf.headless.docker_window_seconds ...