← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #275381]: How to find the text from the screen and that text should be assigned to the variable

 

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

krishna posted a new comment:
Then how we can copy a text from the screen and save that text into a
variable in runtime ?

I have tried by giving wait (2) in all the steps.
but still this below block of code is not working .

text = text1
match = find(text)
click (match)


Is this a correct code to click the text if there is match found.

I am just a beginner in coding.So need some help.

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