You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use Input Text with Russian characters, they are displayed as questions in the report:
The same problem in the target/robotframework-reports/output.xml file:
<kwlibrary="Selenium2Library"name="Input Text">
<doc>Types the given <b>text</b> into the text field identified by</doc>
<arguments>
<arg>id=nameRu</arg>
<arg>Космос</arg>
</arguments>
<msglevel="INFO"timestamp="20170301 20:00:20.375">Typing text '??????' into text field 'id=nameRu'</msg>
<statusendtime="20170301 20:00:20.413"starttime="20170301 20:00:20.369"status="PASS"/>
</kw>