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 defines the ID of the password input field used in headless testing on the login page, impacting how tests interact with the login process. |
| What area does it affect? |
Automated Testing Framework |
| What does the default mean? |
The default value is "user_password", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring or troubleshooting automated login tests. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.headless.password_field_id |
| Sys ID |
bed8ab4d777e20103fe4b5b268106196 |
| Type |
string |
| Application |
Global |
| Default value |
user_password |
| Description |
The element ID of the password input field on the login page |
| Updated |
2024-05-25 04:27:54 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... the host before test execution sn_atf.headless.login_button_id string sysverb_login The HTML ID of the login page Submit/ Login button sn_atf.headless.login_page string login.do URL of login page that the browser navigates to sn_atf.headless.password_field_id string user_password The HTML ID of the input field for the password on the Login page sn_atf.headless.request_timeout_sec int 200 Number of seconds that HTTP requests being sent to the Docker ...
Related properties