robotframework-SikuliLibrary
robotframework-SikuliLibrary copied to clipboard
Sikuli Robot Framework Library provide keywords for Robot Framework to test UI through Sikuli.
Hii team , is there any keyword in sikuli to record the screen while running the script normally we using screencap library I want to make sort so plz tell...
*** Settings *** Suite Setup Start Sikuli Process Suite Teardown Stop Remote Server Library SikuliLibrary mode=NEW *** Test Cases *** Click Demo Add Image Path ${CURDIR}/img Exists header.PNG Exists AppPlaces.PNG...
Hello. Would it be possible to add new keywords for extracting text only from selected region of the screen? To do it we should also somehow set coordinates of e.g....
I am trying to click the object using skiuli library in python3 but continuously receiving sikuli expections. I have installed sikuli library using : pip install robotframework-sikulilibrary current java version:...
``` *** Settings *** Library SikuliLibrary *** Test Cases *** Test Input Text \ Test # Types only `Tet` instead of `Test` ```
Hello :) I'm trying to run some tests using RobotFramework and sikuliLibrary on jenkins ( installed on Linux machine) : - RFW is already installed on Jenkins - I have...
It is difficult for some GUI components to be tested automatically because of all kinds of reasons, but now those components' text can be recognized with the help of easyocr...
how do I disable/not log DISABLE_SIKULI_LOG pycharm? I went into pycharm terminal and type the exact as describe but it still log the the sikuli_java both stderr/stdout. I don't know...
Hello, - I have a problem for using "Click On Region" keyword, I use it like this: Click On Region [${x},${y},${w3},${h2}] TMS.png I obtain error: 00:00:00.001 KEYWORD SikuliLibrary . Click...
**Scenario** : 1) SikuliLibrary is installed - with pip - `pip install robotframework-SikuliLibrary==1.0.8` _(also tried version robotframework-SikuliLibrary 2.0.0)_ then I can see **SikuliLibrary.jar** at **/usr/local/lib/python3.7/site-packages/SikuliLibrary/lib** Folder  2) tesseract-ocr and...