How to use SikuliX IDE to write a Automation Script?

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 19

  • @FenderStrat19711
    @FenderStrat19711 2 года назад +1

    Very interesting. Thanks for posting!

  • @jaw4uz
    @jaw4uz 3 года назад

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

  • @yoericktv9610
    @yoericktv9610 3 года назад

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

  • @Loxworth
    @Loxworth 3 месяца назад +2

    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'.

  • @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

  • @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.

  • @realsilver9720
    @realsilver9720 6 месяцев назад

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

  • @manethpirisyala2545
    @manethpirisyala2545 3 года назад

    great video. Thank you

  • @fritzsierratintaya4911
    @fritzsierratintaya4911 4 года назад

    Excelent video!!

  • @funwithlayansha8658
    @funwithlayansha8658 3 года назад

    Hello sir, How to select drop down list in sikulixIDE

  • @isaadaletonal5841
    @isaadaletonal5841 2 года назад

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

  • @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

  • @simontsegay7959
    @simontsegay7959 10 месяцев назад +1

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

  • @dunghn907
    @dunghn907 4 года назад

    thanks sir ^^

  • @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