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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Set the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks - that works great! |
Beta Was this translation helpful? Give feedback.
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