Write the username and/or password into the input fields on a website. Note this will not click the submit/login button. Refer to the documentation for configuration details.
Application
Web Process Automation
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Browser session ID | The unique identifier of the browser instance. Can be retrieved from "Open a browser session" Wrk Action. Example: fb9bc380-146c-420e-9130-50ce93614e05 | Text (Short) | Yes | fb9bc380-146c-420e-9130-50ce93614e05 |
Credentials | Connected Account | No | ||
Username element identifier | The CSS selector of the element you want to enter the username into. Example: #username | Text (Long) | No | #username |
Password element identifier | The CSS selector of the element you want to enter the password into. Example: #password | Text (Long) | No | #password |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
Screenshot | File | No | ||
Unsuccessful message | If unsuccessful, a message stating what went wrong | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements
N/A