Question #203478 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/203478
thomas gave more information on the question:
x = type("c", KeyModifier.CTRL)
after opening any search engine :
x = type("v", KeyModifier.CTRL)
type(Key.ENTER)
wait(20)
if not (x) :
popup("# is not there")
x is storing the value hello###, this value is dynamic, since I am copying from
a different file, where there are various data.
now in the search result screen I want to search whether the entire string
"hello###" is present or not.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp