sn_atf.headless.login_page
ServiceNow property description:
The login page that the headless client will attempt to login to. If SSO or custom rules are enabled - make sure that the account to login via that specified page. Default: login.do
Attributes
- Sys ID: adc1d410773620103fe4b5b268106136
- Type: string
- Application: Global
- Default value: login.do

AI generated property description:
The `sn_atf.headless.login_page` property in ServiceNow specifies the login page URL that the headless client will use to attempt a login. This is particularly relevant when using the Automated Test Framework (ATF) in headless mode. If Single Sign-On (SSO) or custom login rules are enabled, it is crucial to ensure that the account used for testing can log in via the specified page. By default, this property is set to `login.do`. For more detailed information, you can refer to the [ServiceNow documentation on headless browser properties](https://docs.servicenow.com/bundle/washingtondc-application-development/page/administer/auto-test-framework/reference/atf-headless-browser-properties.html).
Source