-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Flaresolver #3414
-
hey there, i've been using selenium base on my recent projects to pass over cloudflare but it asks me to keep the remote connection open, i came across https://github.com/21hsmw/FlareSolverr/tree/nodriver-support this runs a server or something ig, im not sure how it works tbh, what i need to know is can i do same stuff with selenium base like it doesnt neeed remote connection to be opened to run my scripts, is it possible to implement something like that?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
I haven't used Flaresolver at all, so I'm not sure what you're asking for, but if you're wondering about proxy
usage, you can use SeleniumBase both with and without a proxy server. Set the proxy
arg: "user:pass@server:port"
, or just "server:port"
.
Beta Was this translation helpful? Give feedback.