sn_atf.headless.login_button_id

ServiceNow property description:

The element ID of the login button on the login page

Attributes

  • Sys ID: d5a8a34d777e20103fe4b5b2681061ea
  • Type: string
  • Application: Global
  • Default value: sysverb_login
AI Logo

AI generated property description:

The ServiceNow property `sn_atf.headless.login_button_id` specifies the element ID of the login button on the login page. This property is used in the Automated Test Framework (ATF) to identify and interact with the login button when running tests in a headless browser environment. By setting this property, you ensure that the ATF can correctly locate and click the login button during automated testing. This is particularly useful for scenarios where the login process needs to be automated as part of the test execution. Proper configuration of this property is essential for the successful execution of login-related test cases in a headless browser.

Source

Related property: sn_atf.headless.login_page