Web Operator
The Web Operator action is a specialized action within the AI tool that allows you to interact with a remote browser instance by talking to Yedric. With it, you can log into a system, extract data, or take actions directly in the browser, and then turn that flow into an automation.
Configure
Extracting Data Example
The following tutorial explains how to use the Web Operator via Gmail to automate gathering the 10 most recent emails from your inbox.
Setup
Add the Web Operator step to your workflow.
Click the Build Web Operator instructions with Yedric button within the Web Operator step to launch Yedric.
Tell Yedric exactly what you want to do in the service you're using.
For this example, the prompt is: "Can you login to my Gmail account and list the 10 most recent emails in my inbox, including sender, subject, and the time received?"
Use the browser session Yedric creates to log in to the service.
Once logged in, tell Yedric to continue.
After Yedric provides your results, review them to ensure that all of the information is accurate.
Once you've confirmed Yedric has provided accurate results based on your instructions, tell Yedric to "save this as an automation."
After Yedric confirms the automation has been saved, you should see your Web Operator step has been updated with the instructions.
You can edit the instructions in the Web Operator step at any time.
Save your workflow and begin a manual run to see how the results of this process will be automated going forward!
The data from the automation will be available in your workflow as variables.
Submitting a Form Example
The following tutorial explains how to use the Web Operator to submit a form in an automation.
Setup
Add the Web Operator step to your workflow.
Click the Build Web Operator instructions with Yedric button within the Web Operator step to launch Yedric.
Tell Yedric exactly what you want to do.
For this example, the prompt is: "I want to submit my Shopify order to this form [create a Form link]. The form only has Order Name, and Customer Name. I want you to send the order name and the customer name."
Yedric will create a browser session, but you will not need to use it.
Wait for Yedric to finish analyzing the page.
After Yedric provides your results, review them to ensure that all of the information is accurate.
Once you've confirmed Yedric has provided accurate results based on your instructions, tell Yedric to "save this as an automation."
After Yedric confirms the automation has been saved, you should see your Web Operator step has been updated with the instructions.
You can edit the instructions in the Web Operator step to reference any data that's available via variables from steps prior to the Web Operator in the workflow.
Save your workflow and begin a manual run to see how the results of this process will be automated going forward!
If you're using the Form in another workflow, verify that it was submitted based on your Web Operator step processing.
What to do with a Connection Error
If your Web Operator has run and did not complete the expected outcome, it's best to check the connection.
Navigate to My Account from your profile icon in the MESA dashboard and select the Connections tab.
Select the connection that your Web Operator is using (it will look like the AI step icon).
With the connection modal open, click the Take me to login button and log in to the service you're using with the Web Operator.
Save your changes to update the connection for Web Operator.
Going Further
When to use the Web Operator
The Web Operator should be used when you need to take actions in a service that requires logging in, and:
Does not have an existing integration, or
Does not provide an API (or the API is too limited for what you need).
In these cases, we use AI to automate actions as if it were you interacting with the tool directly in a browser. Because of this, there must be some kind of user interface involved, such as a dashboard, admin panel, or web app, where actions can be performed after logging in.
When NOT to use the Web Operator
The Web Operator should not be used if you do not need to log into a service and are simply trying to extract data.
Better alternatives for these instances include:
Using the API tool when the data is available as JSON.
Using a programming language if you’re transforming or processing data.
Using the Scraper tool if you’re abstracting or extracting data from public web pages or forms.
In short, the Web Operator is primarily designed for logged-in, dashboard-based workflows where you need to take actions inside a web UI that cannot be accessed through an API.
Best Practices
There are a few key factors that will get you the best results with the Web Operator action:
Be very explicit about what you want Yedric to do.
You are responsible for logging into the target system during setup.
Confirm that the output matches what you expect for your given example.
Once everything looks correct, tell Yedric to automate the process.
From that point forward, the flow runs as an automation.
Technical Notes
Performance and Timing Expectations
Because the Web Operator is using AI to visually navigate, analyze, and interact with a live browser, some steps, such as extracting data, analyzing pages, or determining next actions, can take a bit of time. It is normal for certain operations to take up to a minute or more while the AI figures out what to do next.
You should expect this and be patient during these steps. This is not a traditional API call; it’s AI reasoning through a real interface.
Last updated