[WebUI] Authenticate
Description
Navigate to a page that requires authentication. System will enter username and password.
Keyword name: authenticate
Parameters
Parameter | Parameter Type | Required | Description |
---|---|---|---|
url | String | Yes | URL of the page to navigate. |
userName | String | Yes | Username to authenticate. |
password | String | Yes | Password to authenticate. |
timeout | int | Yes | Time to wait since navigating to the page until entering username. |
flowControl | FailureHandling | Optional | Specify failure handling schema to determine whether the execution should be allowed to continue or stop. |