← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #106137]: How do I open a website in Windows 7?

 

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.