Encountered a strange bug when working functional tests on the basis of Selenium WebDriver — part of Russian letters does not reach the browser.
Code example:
var Browser = new non-ie web browsers("../../");
Browser.Navigate().GoToUrl("/form/");
Browser.FindElement(By.Id("fio")).SendKeys("Ivan Ivanov");
But in the browser, the input field comes to the line "
again VN vinovich".
The site is in UTF-8 source code in UTF-8.
Chrome latest version — 28.01.1500.95 m
Driver chrome also latest — v2.1.210652
Environment: Windows Server 2008 R2, the interface is Russian.
Clarification on part of the computer bug consistently
, no, to consistently
have.