📝 Overview
The "Operate the Browser" feature in Yoom is a browser RPA (Robotic Process Automation) tool that automates tasks in a web browser. This is especially useful for automating tasks on web services without APIs.
This guide will walk you through the entire process of setting up and using browser control in Yoom.
⚖️ Rules & Limitations
Feature | Details |
Task Consumption | 1 task per action inside the operation |
Max Actions per Operation | Up to 100 actions |
Browser Support | Google Chrome only |
Incognito Mode | Automation runs in Chrome Incognito Mode |
🛠️ Preparation Steps
1️⃣ Install Chrome Extension
Add the Chrome Extension:
Install the extension Yoom Browser Operation Setting Tool.
Enable Incognito Mode.
Manage extensions > Yoom ブラウザ操作オペレーション 設定ツール > Details
Toggle ON Allow in incognito mode.
Reload Yoom
After setting up the extension, go back to Yoom and refresh the page.
⚠️ Ensure this is the correct Chrome extension for Browser Operations — it differs from the Chrome Extension Trigger.
2️⃣ Register Account Information (My Apps)
If your automation involves login steps, pre-register the login credentials in My Apps.
In Yoom, click My Apps in the left sidebar menu.
Click Link Account for Browser Automation > + Add Connection.
Enter the following details:
service name (any identifier)
account name (login account)
password
Click Add.
⚙️ Configuration Steps
1️⃣ Launch Browser Control
In the Yoom editor, select Automate Browser Actions.
If the Chrome extension is installed correctly, a URL input screen will appear.
Enter the starting URL (the first page the automation should access).
Click Start Operation.
⚠️ If this prompt doesn't appear, double-check the Chrome extension setup.
2️⃣ Record Actions in Incognito Mode
A Chome incognito window will open automatically.
Perform the web tasks you want to automate inside the incognito browser.
Hover the mouse over elements (buttons, input fields, etc.). The hovered element will be highlighted in light blue.
Click on the element once it's properly highlighted.
💡 Example: If you hover over an email input field, it will be highlighted in blue.
3️⃣ Assign Actions
After clicking an element, the Select Action menu will appear.
Choose the actions you want to perform.
3. After selecting the action:
Name the action
Set any required details (e.g., text to input)
Click “Add”
💡 The action will be executed immediately in the incognito browser and added to Yoom’s editor.
4️⃣ Repeat and Build the Workflow
Repeat the process for every action you want to automate.
Hover > Click > Choose Action > Add to Workflow
The Yoom editor will automatically update with each new action.
⚠️ Important:
Actions performed in the incognito browser affect the live website.
Be cautious when performing operations like form submissions or deletions.
🧪 Testing the Automation
After building your browser automation, click Test in the Yoom editor.
The browser action will execute in real-time in the incognito browser.
If an action retrieves data (e.g., extracting a value), Yoom will use a sample during testing.
⚠️ Testing Limitations:
Only one test can run at a time.
You cannot edit the operation during testing.
Complex automation may take longer to complete during tests.
✅ If the Test is Successful:
Click “Save” to finalize the browser automation.
⚠️ If Errors Occur:
Review the displayed error message.
Refer to the Browser RPA Troubleshooting Guide for solutions.
Adjust the affected action(s) and re-test.