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