0
私はVB.netプロジェクトを実行しています。私はSikulix IDEを使用して実行可能ファイルを開始します。コードを実行している場合Sikuli IDEをクリックできません(画像)
#Click application logo to start
doubleClick("1459230114375.png")
#Login screen Enter UserName,Password,click ok
type("1459230089151.png","admin")
type("1459230150826.png","")
click("1459229716030.png")
私は、このエラーメッセージが表示されます:
[error] RobotDesktop: checkMousePosition: should be L(113,545)@S(0)[0,0 1280x768] but after move is L(706,63)@S(0)[0,0 1280x768] Possible cause in case you did not touch the mouse while script was running: Mouse actions are blocked generally or by the frontmost application. You might try to run the SikuliX stuff as admin.
[error] RobotDesktop: checkMousePosition: should be L(575,376)@S(0)[0,0 1280x768] but after move is L(600,353)@S(0)[0,0 1280x768] Possible cause in case you did not touch the mouse while script was running: Mouse actions are blocked generally or by the frontmost application. You might try to run the SikuliX stuff as admin.
[error] RobotDesktop: checkMousePosition: should be L(715,402)@S(0)[0,0 1280x768] but after move is L(595,350)@S(0)[0,0 1280x768] Possible cause in case you did not touch the mouse while script was running: Mouse actions are blocked generally or by the frontmost application. You might try to run the SikuliX stuff as admin.
実際にエラーメッセージが示唆していることを試しましたか?管理者としてアプリを実行しますか? –
私は、IDE全体を管理者として実行することを意味しました。ウィンドウで作業する場合は、次の手順に従ってください。https://technet.microsoft.com/en-us/library/cc947813(v=ws.10).aspxコマンドラインをadminとして起動し、そこからIDEを実行します。違いがあれば見てください。 –
また、私はあなたがテストしているアプリケーションについて話していません。私はSikuli IDE自体について話しています。あなたは管理者としてSikuli IDEを実行する必要があります。 –