← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #680839]: sikulix robot framework

 

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

Thuraisingam posted a new comment:
i tested this code and i have a repport :

runScript("""
robot
*** Variables ***
${USERNAME}               demo
${PASSWORD}               mode
${TESTSITE}               http://test.sikuli.de
#(charge library and initialise function, see below _
*** Settings ***
Library           ./inline/LoginLibrary
Test Setup        start firefox and goto testsite    ${TESTSITE}
Test Teardown     stop firefox
#(name of each test)
*** Test Cases ***
User can log in with correct user and password
Attempt to Login with Credentials    ${USERNAME}    ${PASSWORD}
Status Should Be    Accepted                       
""")
class LoginLibrary(object):
  def start_firefox_and_goto_testsite(self, page):
    popup("start_firefox_and_goto_testsite")
  def stop_firefox(self):
    popup("gofireftiti")


i want now test if click is on firefox work doubleClick("firefox_icone.png")

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