New question #203478 on Sikuli:
https://answers.launchpad.net/sikuli/+question/203478
Suppose i want to search for hello### how to verify whether "#" is present in
search result.I have tried the following but its not working :
I am copying the values(Data) from another file..ok :
Now:
x = type("c", KeyModifier.CTRL)
after opening any search engine :
type("v", KeyModifier.CTRL)
type(Key.ENTER)
if not (x) :
popup("# is not there")
--
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