← Back to team overview

sikuli-driver team mailing list archive

[Question #680972]: sikulix robot framework

 

New question #680972 on Sikuli:
https://answers.launchpad.net/sikuli/+question/680972

hi,

my sikuli scrip worked to do a report with robotframework, no i want a picture if Test1 don't work 

my sikuli script:

runScript("""
robot
*** Settings ***
Library           ./inline/LoginLibrary
*** Test Cases ***
Test1   clic1   
""")
class LoginLibrary(object):
  def clic1(self):
    click(Pattern("1558427226922.png").exact())

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.