sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52552
[Question #684157]: Unable to type or paste
New question #684157 on Sikuli:
https://answers.launchpad.net/sikuli/+question/684157
When I run the following script in MacOs Mojave 10.14.6, it opens and closes a FireFox instance but no text is placed in the textbox having the focus.
I'm starting Sikulix with: sudo ./Sikuli/SikuliX.app/run -d 3
fireFoxPath = "/Applications/Firefox.app/Contents/MacOS/firefox"
App.open(fireFoxPath)
wait(2)
type("hello")
wait(2)
App.close(fireFoxPath)
I've added privileges for SikuliX to control the computer in System Preferences.
When I try to click on some image I'm getting a [error] RobotDesktop: checkMousePosition: should be...
Looks like SikuliX is still unable to take the control of mouse and keyboard.
Any help would be appreciated.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.