robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Parsing Selenium errors containing Unicode fails #98

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by Andreas.EbbertKarroum on 19 Feb 2010

See post http://groups.google.com/group/robotframework-users/t/c04c5462834e723d as an example

patch to use unicode(err) instead of str(err) is attached

spooning commented 9 years ago

Originally submitted to Google Code by @khusa on 28 Feb 2010

Fixed in r448.