sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23556
Re: [Question #242302]: How to setup a testing framework, that uses Sikuli automation features
Question #242302 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242302
Status: Solved => Open
AmTv is still having a problem:
new error encountered i have done all the steps of sikuli i got everything right it detects sikuli script but a have an irritating error
File "C:\Documents and Settings\User\workspace\Automation\Test.py", line 1, in <module>
from sikuli.Sikuli import App
File "__pyclasspath__/sikuli.py", line 7, in <module>
TypeError: log(): 1st arg can't be coerced to String
i used something small to test it
class my_keyword(object):
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
def __init__(self):
pass
def open_app(self):
App.open("calc.exe")
if __name__ == "__main__":
my = my_keyword()
my.open_app()
im not completely sure since this is my first time working with eclipse
and i only studied in c# so its interesting but frustrating challenge i
have to face
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.