Redirection #3411
Closed
Mykhailodanyliuk
started this conversation in
General
Redirection
#3411
Replies: 1 comment 4 replies
-
Websites can detect when headless Chrome is used, and therefore they can change behavior from that. That's why Xvfb is used on Linux to allow a regular headed browser in a headless environment. And that's also why UC Mode and CDP Mode need a headed browser in order to be stealthy. |
Beta Was this translation helpful? Give feedback.
4 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 have a script that uses SeleniumBase Driver. When I click on a button that contains a redirect, a new window with a page should be created. This works in standard mode but not in headless mode. I tried running this script with standard selenium and undetected and it worked too. What do I need to add so that SeleniumBase opens a new window for me in headless mode?
Beta Was this translation helpful? Give feedback.
All reactions