I try to use Sikuli. I will have 2 Files. One of them will be the \"main\" file and one of then is for functions.
All though we have multiple sites (like s开发者_运维知识库poon) to get us help with browser testing, how about using Sikuli for cross / multiple browser testing? Has any one tried it and can share whe
I loaded a java jar file into 开发者_StackOverflow社区http://www.sikuli.org/ and tried to run it like this but it is not working. Any hints?
Currently, I am working on the automation testing framework, which combines with both Selenium Grid and Sikuli API.
I want to create a function which use Sik开发者_如何学Culi features (as click, doubleclick, wait, etc.) to create other scripts in Sikuli, as a library using functions from sikuli.
I was wondering if watirgrid / gridinit could be used in conjunction with Sikuli. http://www.sikuli.org
This feels like it should be pretty easy but I can\'t find documentation on how to do this: I just want Sikuli to type Ctrl+C to copy text to the clipboard.
I have recorded the GUI desktop application using SIKULI as below: App.open (\"C:\\\\Program Files\\\\acd\\\\bin\\\\VPNClient.exe\")
I am trying to figure out a way of getting Sikuli\'s image recognition to use within C#. I don\'t want to use Sikuli itself because its scripting language is a little slow, and because I really don\'t
For a reason I don\'t understand the following line causes my sikuli/python script to break.I suspect this is because my code to read a config file is buggy.I fail to see why, what am I misssing.