SikuliX1 | SikuliX version
kandi X-RAY | SikuliX1 Summary
kandi X-RAY | SikuliX1 Summary
what is sikulixsikulix automates anything you see on the screen of your desktop computer running windows, mac or some linux/unix. it uses image recognition powered by opencv to identify gui components and can act on them with mouse and keyboard actions. this is handy in cases when there is no easy access to a gui's internals or the source code of the application or web page you want to act on. more details. great thanks for the new logo and all the help with the new webpage to @waleed sadek. direct ide downloads > for windows < > for macos intel < > for macos m1 < > for linux <. you get files like sikulixidemac-2.0.6-20210708.194940-1.jar, which you can
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Converts an AWT key to X11 codes .
- Initialize the components .
- Initialize the components .
- Updates the scanner .
- Parses text out of a box
- Build a mapping for AWT en menus .
- do pop up .
- Returns a list of tokens that match the given text .
- Crawl a class
- Generate the script jar
SikuliX1 Key Features
SikuliX1 Examples and Code Snippets
Community Discussions
Trending Discussions on SikuliX1
QUESTION
I am working on sikulixide-2.0.5 on windows. Now I would like to utilize user properties write/read functions to implement persistence of application parameters, So that I am learning as the part of reference shown : https://sikulix-2014.readthedocs.io/en/latest/globals.html#saveOpts
The question is , whatever I call any persistence-related API with fix term of Opt , for example makeOpts() , the engine would keep answer me following error, How do I get it works?
[error] AttributeError ( 'org.sikuli.script.support.RunTime' object has no attribute 'makeOpts' )
reference code here , pretty simple :
...ANSWER
Answered 2021-Mar-15 at 21:54Those "*Opts" convenience methods seem to not exist in the 2.0.5 release. It looks like they were refactored out of existence.
To see what those methods do (and potentially recreate them in jython), see:
https://www.javatips.net/api/SikuliX-2014-master/API/src/main/java/org/sikuli/script/RunTime.java
Additionally, it looks like the github project has the code if you pull a pre-2.0.0 tag:
QUESTION
ANSWER
Answered 2021-Feb-04 at 15:15Reason behind: in the standard macOS now blocks taking screenshots.
Solution: This has to be allowed in the Prefs -> Security&Privacy -> Privacy -> ScreenRecording.
QUESTION
- Machine: MacBook Pro running macOS Catalina V10.15.7
- Downloaded Java JDK 15 from: https://jdk.java.net/15/
- Put the jdk folder in /Library/Java/JavaVirtualMachines/ (I had to manually create the JavaVirtualMachines folder as I'd previously deleted it whilst uninstalling a previous java installation)
- Downloaded SikuliX version 2.0.4 from https://raiman.github.io/SikuliX1/downloads.html
- Downloaded Jython 2.7.1 from https://github.com/RaiMan/SikuliX1/wiki/How-to-make-Jython-ready-in-the-IDE
- Put the Jython jar in the same directory as the Sikuli jar
When I run SikuliX IDE (either double clicking the .jar file or running java -jar command in the terminal), SikuliX starts but gets stuck with this pop up on screen: "SikuliX-IDE 2.0.4 is starting on Java 15"
When I run the debug command "java -jar sikulixide-2.0.4.jar -v" this it the output (I can't interpret anything wrong from this):
...ANSWER
Answered 2020-Oct-30 at 10:28RaiMan from SikuliX: Java 15 not supported yet. Use Java 11. Preferably from here: https://adoptopenjdk.net/
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SikuliX1
You can use SikuliX1 like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the SikuliX1 component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page