Question #681015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681015
Status: Open => Answered
TestMechanic proposed the following answer:
Wu,
I can suggest 2 approaches:
### approach1:
type('r', KeyModifier.WIN)
sleep(1)
type('chrome')
type(Key.ENETR)
### approach2:
import os
os.system('start chrome')
--
You received this question notification because your team Sikuli Drivers
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