← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #681015]: [1.1.4] how to use the App.open() when i use

 

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.