The //Any Window condition// searches a specified application (or the front application) for a window with a title that: * is (case insensitively) exactly a specified string. * is not (case insensitively) exactly a specified string. * contains (case insensitively) a specified string. * does not contain (case insensitively) a specified string. * matches a specified [[:Regular Expressions|regular expression]]. * does not match a specified [[:Regular Expressions|regular expression]]. ===== See Also ===== === Actions === * [[action:If Then Else|If Then Else]] * [[action:Pause_Until|Pause Until Conditions Met]] * [[action:Until|Execute Action Until Conditions Met]] * [[:Actions|See all Actions]] === Conditions === * [[condition:Front Window|]] * [[:Conditions|See all Conditions]] === Functions === * [[function:CHROMEISCOMPLETE|CHROMEISCOMPLETE()]] * [[function:CHROMETABCOUNT|CHROMETABCOUNT()]] * [[function:CHROMETABINDEX|CHROMETABINDEX()]] * [[function:MENUBARHEIGHT|MENUBARHEIGHT()]] * [[function:MOUSEBUTTON|MOUSEBUTTON()]] * [[function:MOUSEX|MOUSEX()]] * [[function:MOUSEY|MOUSEY()]] * [[function:SAFARIISCOMPLETE|SAFARIISCOMPLETE()]] * [[function:SAFARITABCOUNT|SAFARITABCOUNT()]] * [[function:SAFARITABINDEX|SAFARITABINDEX()]] * [[function:SCREEN|SCREEN()]] * [[function:SCREENCOUNT|SCREENCOUNT()]] * [[function:SCREENVISIBLE|SCREENVISIBLE()]] * [[function:WINDOW|WINDOW()]] * [[function:WINDOWCOUNT|WINDOWCOUNT()]] * [[:Functions|See all Functions]] === Tokens === * [[token:CurrentMouse|%CurrentMouse%]] * [[token:FrontWindowFrame|%FrontWindowFrame%]] * [[token:FrontWindowName|%FrontWindowName%]] * [[token:FrontWindowPosition|%FrontWindowPosition%]] * [[token:FrontWindowSize|%FrontWindowSize%]] * [[token:WindowFrame|%WindowFrame%]] * [[token:WindowName|%WindowName%]] * [[token:WindowPosition|%WindowPosition%]] * [[token:WindowSize|%WindowSize%]] * [[:Tokens|See all Tokens]]