I have a issue with enter the input fields value using sikulix javba

Asked by murugan

Hi,
I am using Sikuli ide for desktop automation. While running my ide I am facing the issue is entered to the input field not pasting into the input field and click the button not clicking. Please help me out this

here is my code where I have written in Sikuli ide

Thanks in advanca

doubleClick("1594640130749.png")
wait(30)
wait("1594640993464.png")
wait("1594640830042.png")
wait("1594640398064.png")
click("1594649905598.png")
wait(3)
type("visurtest"+Key.ENTER)
wait(2)
click("1594648979393.png")

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#2

on Windows?

You might need to run with admin rights!?

Revision history for this message
murugan (vmurugan) said :
#3

How to run admin mode in sikuli ide

Revision history for this message
RaiMan (raimund-hocke) said :
#4

you have to run the SikuliX IDE from an admin commandline or run the script with -r from and admin commandline.