How to use SikuliX IDE to write a Automation Script?

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 21

  • @Loxworth
    @Loxworth 5 місяців тому +3

    Sikulix IDE 2.0.5 doesn't open when I double click on it. I have it located in a separate folder together with 'jython-standalone-2.7.3'.

    • @ПолиграфСало
      @ПолиграфСало 2 місяці тому +1

      Solved the problem?

    • @hollywoodalvarez26
      @hollywoodalvarez26 5 днів тому

      Make sure you have Java installed. I had the same blank file that i couldnt open with anyting. I just inatall Java and everything works

    • @hollywoodalvarez26
      @hollywoodalvarez26 5 днів тому

      @@ПолиграфСало Do you have the same problem?

  • @jaw4uz
    @jaw4uz 3 роки тому

    These are great tutorials please make more it has helped me a great deal thanks.

  • @FenderStrat19711
    @FenderStrat19711 2 роки тому +1

    Very interesting. Thanks for posting!

  • @laroussimelek9207
    @laroussimelek9207 2 роки тому

    I want to click on an icon on ubuntu the problem is that when I run the program in the cmd tells me that the click action is already done while the program does not click in the right place any help please

  • @yoericktv9610
    @yoericktv9610 4 роки тому

    Cool video my friend. Thanks for sharing your knowledge. Cheers!

  • @realsilver9720
    @realsilver9720 8 місяців тому

    can you tell me how to gain the function of sikulix IDE?

  • @funwithlayansha8658
    @funwithlayansha8658 3 роки тому

    Hello sir, How to select drop down list in sikulixIDE

  • @tanmayagarwal3821
    @tanmayagarwal3821 2 роки тому

    Your complete tutorial is very good! I worked based on your tutorial on Windows 10. However, after upgrading to Windows 11, the Sikuli didn't work. I tried uninstalling and re-installing Java, Sikuli IDE and Jython, but the issue remains unresolved. On opening Sikuli IDE and executing the simple click test case, I get Java exception "java.lang.ExceptionInInitializerError". Have you faced such error OR can you help me in resolving this error?

    • @yougauravtube100
      @yougauravtube100 2 роки тому

      It works on windows 11 for me without any additional step.

  • @akshathbharathi7376
    @akshathbharathi7376 4 роки тому

    How to run sikuli file through command prompt?

    • @tylerpohler3271
      @tylerpohler3271 3 роки тому +1

      use java -jar path-to-sikulix.jar optionally with parameters on a command line

  • @manethpirisyala2545
    @manethpirisyala2545 3 роки тому

    great video. Thank you

  • @isaadaletonal5841
    @isaadaletonal5841 2 роки тому

    Thank you how can I fix :
    [error] IDE: Run Script: internal error:

  • @fritzsierratintaya4911
    @fritzsierratintaya4911 4 роки тому

    Excelent video!!

  • @dunghn907
    @dunghn907 4 роки тому

    thanks sir ^^

  • @simontsegay7959
    @simontsegay7959 Рік тому +1

    next time please make it shorter. no need to overexplain things. remember, people come here to execute their first script, otherwise good work

  • @ttvideo8104
    @ttvideo8104 Рік тому

    [error] IDE: Run Script: internal error:
    org.sikuli.script.SikuliXception: Cannot initialize Script runner Jython
    at org.sikuli.script.runners.AbstractScriptRunner.init(AbstractScriptRunner.java:78)
    at org.sikuli.script.runners.AbstractScriptRunner.runSynchronized(AbstractScriptRunner.java:374)
    at org.sikuli.script.runners.AbstractScriptRunner.runScript(AbstractScriptRunner.java:167)
    at org.sikuli.ide.SikulixIDE$ButtonRun$1.run(SikulixIDE.java:2547)
    at java.base/java.lang.Thread.run(Thread.java:1623)
    Caused by: java.lang.NullPointerException: Cannot invoke "org.python.util.PythonInterpreter.exec(String)" because "org.sikuli.script.runnerSupport.JythonSupport.interpreter" is null
    at org.sikuli.script.runnerSupport.JythonSupport.interpreterExecString(JythonSupport.java:306)
    at org.sikuli.script.runners.JythonRunner.doInit(JythonRunner.java:94)
    at org.sikuli.script.runners.AbstractScriptRunner.init(AbstractScriptRunner.java:70)
    ... 4 more
    Help me please :S