sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11874
[Question #203478]: how to verify special character are present or not
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.