sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12357
[Question #205069]: Using type commands in test case (JUnit)
New question #205069 on Sikuli:
https://answers.launchpad.net/sikuli/+question/205069
I can't seem to use any "type(Key.SOMETHING)" in a test case. The weird thing is that it works if I run only one single test case with the 'type' method. . However, if I run the whole class it can't recognize the type command. It seems like that the JUnit environment doesn't allow any external key typings, because I can't manually type f1, f2... etc. either.
The type method works for normal strings just fine.
This works:
this.screen.type(null, "string", 0);
This doesn't:
this.screen.type(Key.F1);
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.