Start running web automations at scale.
Dendrite
browser is great for development, but if you want to start scaling up you might want to use a hosted browser instead. We currently support Browserless and Browserbase as provider.
Dendrite
. Import the BrowserlessConfig
as following from dendrite.remote import BrowserlessConfig
.
Dendrite
browser. The only difference is that the browser is running in the cloud.Dendrite
. Import the BrowserbaseConfig
as following from dendrite.remote import BrowserbaseConfig
.
Dendrite
browser. The only difference is that the browser is running in the cloud.enable_proxy=True
when creating the BrowserbaseConfig
. The proxies are provided by Browserbase and you can track your usage on their website.
browser.close=()
when you’re done. Otherwise the Browserbase session will continue until it timeouts.