-
Hello, and thank you for your project! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Sounds like Chrome might not be in the default location for non-root users. UC Mode / CDP Mode require more permissions than regular mode because of launching Chrome from the command-line, and for modifying the default chromedriver to turn it into uc_driver. |
Beta Was this translation helpful? Give feedback.
-
As I understand, Chrome should use |
Beta Was this translation helpful? Give feedback.
Sounds like Chrome might not be in the default location for non-root users.
Try setting the
binary_location
arg with the location of Chrome when using a non-root user.If that doesn't help, then there are probably missing permissions that are needed.
UC Mode / CDP Mode require more permissions than regular mode because of launching Chrome from the command-line, and for modifying the default chromedriver to turn it into uc_driver.