← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #203331]: To Verify whether a specific text is displayed or not

 

Question #203331 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/203331

    Status: Open => Answered

RaiMan proposed the following answer:
at 1.
use App.focus("some text from window title")

at 2.
If the command prompt has focus:
type(Key.SPACE, KeyModifier.ALT) # opens window menu
wait(1)
type("n") # minimize

Have a look at your window menu for the shortcut character for minimize
(I am working with german versions)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.