Why is it necessary to provide a configutaion in sikuli scripts like 1920x1080? And is it mandatory to provide 1920x1080 configutaion only ? Can we provide some other configuration for new scripts in our existing code where some scripts are designed using 1920x1080 ?
Sikuli - Configuration in scripts 1920x1080
470 Views Asked by aish kapoor At
1
There are 1 best solutions below
Related Questions in SIKULI
- How to open an .exe through the Command Line in Sikuli?
- How do a dragDrop() with the right mouse button?
- I don't have any idea to use STAF/STAX with AutoIt/Sikuli
- Date function in sikuli
- Image error observed while trying to use Sikuli with JRuby and Cucumber
- Sikuli Selenium COmmands
- How to get the coordinates of an image in Sikuli?
- Can't load JIntellitype while running SikuliX
- Which version of Sikuli shall I use?
- FindFailed with error message implying find success in SikuliX?
- running a Sikuli (1.1.1) script on a docker (headless mode)
- Trying to create a fishing bot in a game. Gettin [error] SyntaxError ( "no viable alternative at input '<EOF>'", )
- Is it possible to click and drag an image with Sikuli until the image is no longer present?
- How to take a picture of a WebElement on Android?
- Sikuli api - "OK" click ignored during file upload
Related Questions in SIKULI-SCRIPT
- Image error observed while trying to use Sikuli with JRuby and Cucumber
- How to get the coordinates of an image in Sikuli?
- Sikuli: How to click on each excel cells specific interval of time?
- Run sikulixapi (1.1.0) as admin
- Dual monitors in Sikuli
- Sikuli Scripts not running if RDC is minimized
- Find the co-ordinates of matching image using sikuli in java
- How to uniquely identify an image in sikuli on windows 10. I'm getting an exception
- Sikuli - Configuration in scripts 1920x1080
- Opening cmd with sikuli behaves unpredictable
- Run Sikuli 1.1.1 script via Excel VBA
- Sikuli - text not shown correct in IDE
- Best way to share SikuliX scripts (and OS friendly)?
- Sikuli is not working in some machine
- Sikuli X run application with given path
Related Questions in SIKULI-X
- jython zxJDBC UCanAccess Driver Class?
- Sikuli : NameError: name 'click' is not defined
- When I run SikuliX IDE SikuliX starts but gets stuck with this pop up on screen: "SikuliX-IDE 2.0.4 is starting on Java 11"
- Windows, run JAR with double click
- RunTimeINIT: *** terminating: Java arch not 64 Bit or not detected
- Find the co-ordinates of matching image using sikuli in java
- Fix the find failed issue in sikuli script
- Visual Automation using Tagui and Sikuli
- How can I make sikulix type the text I've extracted from an image?
- Cannot use my pyhton function on a referenced .py file
- Python - Trying to find if a sikuli script is running at the moment
- Is there any way to use python libraries like pandas etc to Sikuli script? Or can I run Sikuli .py file through any python interpreter?
- Sikuli get part of a filepath - Split string
- Sikuli - Configuration in scripts 1920x1080
- Sikuli - text not shown correct in IDE
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Hope you are talking about SikuliX version 2.0.4 (latest stable).
There is never any need to specify screen dimensions, since they are evaluated automatically behind the scenes.
Might be, that I do not really understand, what you are talking about.
RaiMan from SikuliX