-
|
It seems from what I can read in the Issues that UC it is not bypassing CF anymore for weeks. It seems like there are several approaches how to use Seleniumbase with UC=true and I am not sure which might be the best for my needs or if it will work at all. What I am doing now with UC and want to achieve with Seleniumbase is:
I am not sure if it will be possible and which is the best approach to realize it with less code changes. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 17 replies
-
Here are some existing examples that use
|
Beta Was this translation helpful? Give feedback.
-
|
@mdmintz |
Beta Was this translation helpful? Give feedback.
-
|
Thats cool. |
Beta Was this translation helpful? Give feedback.
-
|
@mdmintz So as far as I did understood you there is no way to use SB with UC and user_data_dir and still be undetectable? |
Beta Was this translation helpful? Give feedback.
Here are some existing examples that use
--ucmode:Here's a raw driver example:
SeleniumBase UC Mode can be activated by adding
--ucas apytestcommand-line option. For the formats that support it, usinguc=Trueis another option. If you overwrite theget_new_driverfunction, then UC Mode will no lon…