sn_atf.headless.user_field_id

ServiceNow property description:

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

Attributes

  • Sys ID: aec86b4d777e20103fe4b5b26810610f
  • Type: string
  • Application: Global
  • Default value: user_name
AI Logo

AI generated property description:

The ServiceNow property `sn_atf.headless.user_field_id` specifies the element ID of the username input field on the login page for headless browser testing. This property is used by the Automated Test Framework (ATF) to identify and interact with the username field during automated tests. Proper configuration of this property ensures that the ATF can successfully log in to the instance when running tests in a headless browser environment. The value of this property should match the HTML element ID of the username input field on your instance's login page. This configuration is crucial for the seamless execution of login steps in automated tests.

Source

Related property: sn_atf.headless.password_field_id