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

xiaominghuang posted a new comment:
i want to run 10 times Chrome Browser,but it run 5 times,what will i do?
for i in range(10):
    App.open("Google Chrome.app")
    #print("open Google Chrome" + i)
    wait(1)
    App.close("Google Chrome.app")

-- 
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

Reply via email to