sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #08574
Re: [Question #186738]: Run executable file from network location?
Question #186738 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/186738
RaiMan posted a new comment:
Backslashes are special characters in Python (escape character), so you
have to double them in normal strings or use the raw string notation
r"some text with \ in between".
Furthermore type() only works with US-english keyboards (see faq 933)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.