sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35732
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:
Its working fine.
selection = App.getClipboard()
print selection
is printing the text which is copied.
But, below block of code is not working:
text = selection
match = find(text)
click (match)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.