Library for automating Windows GUI technologies with Robot Framework. WhiteLibrary wraps the White automation framework.
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
Wait Until Item Exists and Wait Until Item Does Not Exist fail when locator contains non-ascii characters.
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 6: ordinal not in range(128)
Occurs with Python 2.7.