sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46167
Re: [Question #101902]: Cannot type slash character. This slash: "/" --- workaround: alt + numpad
Question #101902 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/101902
FranciscoLima posted a new comment:
Hello,
Some applications do not accept the ALT + 47 command.
In this case, you can solve using Key.DIVIDER:
Example:
string = 'jan/2017'
string = string.replace('/', Key.DIVIDE)
type(string)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.