sn_atf.headless.password_field_id

ServiceNow property description:

The element ID of the password input field on the login page

Attributes

  • Sys ID: bed8ab4d777e20103fe4b5b268106196
  • Type: string
  • Application: Global
  • Default value: user_password
AI Logo

AI generated property description:

The ServiceNow property `sn_atf.headless.password_field_id` specifies the element ID of the password input field on the login page. This property is used in the Automated Test Framework (ATF) to identify and interact with the password field when running headless browser tests. By setting this property, you ensure that the ATF can correctly locate the password input field during automated login processes. This is particularly useful for environments where the element ID of the password field may differ from the default. Proper configuration of this property is essential for the successful execution of headless browser tests that involve user authentication.

Source

Related property: sn_atf.headless.user_field_id