Browser Vs Computer

Choose web automation in a cloud browser or desktop automation on a virtual machine.

Two Environments, One Workbench

Ramain supports Browser and Computer execution inside the same workflow authoring lifecycle. Both compile into the same semantic graph format.

BrowserComputer
RuntimeCloud Chromium browserSticky VDI or virtual desktop
Best forWeb apps, SaaS portals, forms, dashboardsNative Windows apps and desktop-only tools
AuthoringBrowser tab and executor chatSame workbench with a computer environment
SettingsProxy, stealth, network replay, cacheVDI zone and workflow computer metadata

Desktop tool calls remain executor tools during authoring; they are not separate workflow node types.

Decision Table

Choose Browser when…Choose Computer when…
The task happens entirely in a websiteThe task requires a native desktop application
You need standard web login flowsThe application has no usable web interface
Proxy, geographic, or stealth settings matterYou need a persistent Windows desktop
Network request replay can replace brittle navigationDesktop screenshots and UI automation are required

If you are unsure, start with Browser. It is faster to iterate and covers most SaaS automation. Move to Computer when the task reaches a desktop-only boundary.

How To Start Each Type

Browser workflow

From Workflows home, select New Workflow. The workbench opens with a cloud browser and executor session.

Computer workflow

Select the desktop or Computer workflow entry. The workbench starts with a computer execution environment and the configured sticky VDI zone.

Settings Differences

SettingBrowserComputer
ModelPer-workflow and default profileSame
Proxy, stealth, network replayAvailableNot applicable
Cache persistenceCloud browser profile optionNot applicable
VDI zoneNot applicableRequired in computer workflow metadata

Compiling And Publishing

Compile, Save, and Publish work identically in both environments. The compiled graph records which semantic agent blocks execute in browser or computer context.

Was this page helpful?