マウスとキーボードのイベントをリモートでキャプチャして実行する LaunchAgents を使用して、ログイン ウィンドウで Java アプリケーションを実行します。キーボード イベントは正しく機能しますが、マウス イベントは機能しません。
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.ash.login</string>
<key>LimitLoadToSessionType</key>
<string>LoginWindow</string>
<key>RunAtLoad</key>
<true/>
<key>Program</key>
<string>/usr/bin/java</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/java</string>
<string>-jar</string>
<string>-Dapple.awt.uielement=true</string> (Works sometimes without this option)
<string>/Library/Ash_Agent/data/remote.jar</string>
</array>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
captureImage.robot.mousePress( InputEvent.BUTTON1_MASK ); (コード内で使用)
loginwindow でマウスを制御できません。水中またはログイン時に正常に動作します。 *コンソール エラー : *
Untrusted apps are not allowed to connect to or launch Window Server before login.
Window Server is not available