← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #191670]: Append enter to Start Menu search box (Win7)

 

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

    Status: Open => Answered

Jacob Dorman proposed the following answer:
You can use a key constant concatenated to your type method call.

type(start,"iexplore.exe http://www.hotmail.com/"; + Key.ENTER)

For more info on other key constants, see the documentation:
http://sikuli.org/docx/keys.html

Happy coding! =)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.