Question #228125 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/228125
Status: Open => Needs information
RaiMan requested more information:
scaling means something like that? (more test def()' with XML-RPC calls)
def testx():
assert getSomethingFromRemote(parmx) # XML_RPC call returning true/false
def testy():
assert getSomethingFromRemote(parmy) # XML_RPC call returning true/false
or something like that? (more than one call in one def() )
def testz():
x = getSomethingFromRemote(parmx) # XML_RPC call returning true/false
y = getSomethingFromRemote(parmy) # XML_RPC call returning true/false
assert x or y
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp