← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #680972]: sikulix robot framework

 

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

Description changed to:
hi,

my sikuli scrip worked to do a report with robotframework, now 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.