-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If you see "Chrome is being controlled by automated test software.", then it means you passed invalid arguments into initialization, and the browser launcher is defaulting to using regular Selenium with no special options or modes added. Since I can't see what you used for all your variables, you'll have to debug that on your own. If the A few other things:
|
Beta Was this translation helpful? Give feedback.
-
how I get disable_csp Because it does not download automatically |
Beta Was this translation helpful? Give feedback.
If you see "Chrome is being controlled by automated test software.", then it means you passed invalid arguments into initialization, and the browser launcher is defaulting to using regular Selenium with no special options or modes added. Since I can't see what you used for all your variables, you'll have to debug that on your own. If the
disable_csp
extension is missing, then either you modified your SeleniumBase installation (that extension comes with SeleniumBase) or you have a permissions issue that you must resolve own yourself.A few other things: