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 username field used during headless automated testing on the login page. |
| What area does it affect? |
Login page configuration |
| What does the default mean? |
The default value is "user_name", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring automated tests or troubleshooting login issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.headless.user_field_id |
| Sys ID |
aec86b4d777e20103fe4b5b26810610f |
| Type |
string |
| Application |
Global |
| Default value |
user_name |
| Description |
The element ID of the username input field on the login page |
| Updated |
2024-05-25 04:04:55 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... send the service delete requests thus keeping the service and containers around on the host. Useful for debugging. sn_atf.headless.timeout_mins int 1440 Number of minutes before Docker service automatically shuts down sn_atf.headless.user_field_id string user_name The HTML ID of the input field for the username on the Login page sn_atf.headless.username string Username of user who logs in to the instance sn_atf.headless.validation_id string headless_vp_validation ...
Related properties