Help connecting to a remote browser using SB syntax
#4325
Closed
Abdelgha-4
started this conversation in
General
Replies: 1 comment 7 replies
-
|
Set the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use BrightData's Browser API with seleniumbase, I managed to do that using
Driversyntax (or raw selenium), but not usingSBsyntax (which I'm more familiar with).So this code works:
But not this (simpler) one:
Nor this one:
Traceback:
It seems as if a connection is attempted at port 443 although I specified the port 9515 which could be the issue.
Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions