← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #121539]: openApp parameter support

 

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

RaiMan proposed the following answer:
You need to be consequent in using raw string ;-)

The calling script has to say:

launchWin(r'some command text')

but what you do is not really needed, since the raw string is only
relevant at the time of saying:

someString = r'some text containing \ or " inside'

hence

paste(command)

is sufficient

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