← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #159817]: Best environment: Win7 64b an issue ?

 

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

    Status: Open => Answered

eliteSKL proposed the following answer:
string literals   see escape characters-->
http://docs.python.org/reference/lexical_analysis.html#string-literals

this works like this
type("http://www.sitehere.com"+Key.ENTER)

type("virtualpiano"+Key.ENTER)


this  -->  http://sikuli.org/blog/2010/03/02/sikuli-plays-a-piano/ piano example is old. that is probably why your having trouble.  i think you have to change the switchApp to the current App() class http://sikuli.org/docx/globals.html#App and then you might have better luck. also sleep() is now wait() http://sikuli.org/docx/region.html#Region.wait

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