← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #695100]: Is there a way to use a variable and insert in FindText

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
someText = "some text"

findText(someText)

and

findText( "some text") are equivalent.

This is simply Python and has nothing to do with SikuliX.

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