← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #288045]: Issue regarding ctrl+f

 

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

RaiMan posted a new comment:
correct:
type("f", Key.CTRL)

... maybe you have to wait a little after the app start (toe let app get
ready):

openApp("C:/Program Files/Notepad++/notepad++")
wait(3)
type("f",Key.CTRL)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.