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>
The text was updated successfully, but these errors were encountered:
php-coder
changed the title
Input Test doesn't support Russian characters in the report
Input Text doesn't support Russian characters in the report
Mar 1, 2017
php-coder
changed the title
Input Text doesn't support Russian characters in the report
Input Text insert questions instead of Russian characters
Sep 4, 2017
php-coder
changed the title
Input Text insert questions instead of Russian characters
Input Text shows Russian characters as question marks in a report
Sep 5, 2017
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:The text was updated successfully, but these errors were encountered: