[ Home | About | Licence | About author | Contact ]

Written by Oleksandr Gavenko (AKA gavenkoa), compiled at 2015-10-05 from rev 764bb173578d.

Selenium.

Tutorials.

http://selenium2.ru/docs.html
Russian translation of official docs.

Set language preferences.

For FirefoxDriver:

FirefoxProfile profile = new FirefoxProfile();
profile.setPreference( "intl.accept_languages", "no,en-us,en" );
WebDriver driver = new FirefoxDriver(profile);

See: