Closed N-Demir closed 2 months ago
never mind I see that proxy is an option for .get_connect_url()
You may want to consider updating this example then or your api to not cause confusion between the two. The docs make it seem like proxy should be set at a session level rather than at a connection level: https://docs.browserbase.com/features/stealth-mode#proxy-configuration-options
I noticed that
Browserbase.create_session(...)
isn't well documented but exists. Would be easier to use this function than the code on the API docs for creating a session with proxies enabled, but settingproxies=true
doesn't seem possible withCreateSessionOptions
defined asI would expect a python sdk api like
.create_session(proxies=True)