sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55995
Re: [Question #693580]: Can't findText() with special character
Question #693580 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/693580
Status: Open => Answered
masuo proposed the following answer:
literal strings must be surrounded by u" and ".
[example]
m = findText(u"é")
if m:
m.highlight(1)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.