sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26584
[Question #250721]: Cannot type or paste @ on a mac
New question #250721 on Sikuli:
https://answers.launchpad.net/sikuli/+question/250721
I am trying to type or paste an email address into a text field.
Easy you would think.
But I can't.
This:
region.type("BLAH")
region.type("v",Key.CMD)
region.type("gmail.com"); type(Key.ENTER)
results in blahvgmail.com
I have @ copied on the clipboard.
This:
region.type("BLAH")
region.paste("@")
region.type("gmail.com"); type(Key.ENTER)
results in blahvgmail.com
This:
blah2gmail.com
I have read through many many "solutions." I can't find one that works.
I also tried pasting the unicode character as found on another solution. That resulted in the v as well. it is like on the mac paster types a v.
Help please????
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.