How to set Browser Language using RemoteWebDriver

Viewed 6328

I'm using Selenium and have tests that randomly choose the browser they run in. I have some test that test functionality related to internationalization, so I need to have the browser specify the browser language.

My best guess is I need to use SetCapability method as part of the DesiredCapabilities class, but am not sure what capabilities are valid to set.

1 Answers
Related