Omenia / robotframework-whitelibrary

Library for automating Windows GUI technologies with Robot Framework. WhiteLibrary wraps the White automation framework.
Apache License 2.0
54 stars 15 forks source link

Item waits fail in Python 2 when locator contains non-ascii characters #153

Closed eeter closed 5 years ago

eeter commented 5 years ago

Wait Until Item Exists and Wait Until Item Does Not Exist fail when locator contains non-ascii characters.

    Wait Until Item Exists    text:Fäst alert occurred    2 seconds

UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 6: ordinal not in range(128)

Occurs with Python 2.7.

eeter commented 5 years ago

Include tests with non-ascii characters.