Question #243862 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243862
Sikulipro posted a new comment:
Script1: Login
openApp(r"C:\Program Files\Mozilla Firefox\firefox.exe")
type("1392129652457.png", "http://dev.brinv.com/Trunk/Login.aspx")
type(Key.ENTER)
wait("1392129841420.png", 60)
type("1391594569496-1.png", "test")
type(Key.TAB+"test")
click("1391592750343.png")
sleep(20)
now i just want to call the module Login in module Login2
Script2 : Login2
from Login import *
reload(Login )
error: ( !!WHILE IMPORTING!! name 'openApp' is not defined )
--
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