I was looking for a while and found nothing. When I run Selenium tests from Eclipse, it opens the Firefox browser, which always has English by default. Changing the default browser settings does not change the fact that every new browser opened by Selenium has English.
I did not find any way in the API to install something other than English as my language. I tried to set the locale as the VM parameter for the Selenium server, I tried to set it for my tests.
There must be some obvious way to do this that I will miss, which will lead to an easy reputation for you. :) Any thoughts?
source share