run after compiled
#2588
Answered by
mdmintz
Mar 10, 2024
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:
|
0 replies
Answer selected by
mdmintz
|
how I get disable_csp Because it does not download automatically |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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_cspextension 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: