Set the CDP-Mode to specific language? #4284
|
Currently i am allways starting my CDP session with My problem is that this setting is allways starting chrome with my default german language. With the normal selenium-driver i can do this with this statement
but how can i do this using selenium base in CDP mode? |
Answered by
mdmintz
Mar 17, 2026
Replies: 2 comments
|
Set the |
0 replies
Answer selected by
mdmintz
|
Thanks - that works great! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set the
locale. (Eg.locale="en")Lots of examples are using that: https://github.com/search?q=repo%3Aseleniumbase%2FSeleniumBase+locale%3D%22en%22&type=code