Skip to main content

Perform actions on a website using an AI Agent

Provide an AI agent with instructions to perform actions in your web browser session. This action is designed only for performing interactions (e.g., clicking, typing, navigating) and not for extracting page content. If no interactions occur, the actions output will be empty.This Wrk Action uses AI to deliver results. Results may vary significantly based on prompts provided and websites accessed.

Application

  • Web Process Automation

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Browser session IDThe unique identifier of an active browser instance. This ID can be retrieved from an "Open a browser session" Wrk Action. Example: fb9bc380-146c-420e-9130-50ce93614e05Text (Short)Yes
InstructionsDetailed instructions for the AI agent to perform on the specified websiteText (Long)Yes
Model nameThe name of the AI model to use for the agentText (Short)No
Max stepsThe maximum number of steps the AI agent will attempt to take before it automatically stops execution. Maximum value is 20.NumberNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Agent messageResults of how the agent performed against the provided instructionsText (Long)No
ActionsA JSON array of the actions the agent took to perform your requestText (Long)No
Error messageIf unsuccessful, a message stating what went wrongText (Long)No
Unsuccessful screenshotIf unsuccessful, a screenshot of the websiteFileNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A