Remote Browser
Start running web automations at scale.
Scaling up
The local dendrite browser is great for development, but if you want to start scaling up you’ll need to use the RemoteDendriteBrowser
.
With this class you script is ran remotely in the cloud.
Right now we only support Browserbase for hosting browsers, so you’ll need to create an account at Browserbase.
Get recipe
In the example below we’ll use DendriteRemoteBrowser
to find suitable recipes on a Swedish cooking website.
The goal is to be create a function like this, that can be called by a cooking AI agent:
Which prints:
Here is the entire script:
remote_browser.py