Is window exists

The “Is window exists” activity checks if a specified window is currently open on the screen.

*Window title Title of the window to work on. It supports wildcard (*,?) characters on search operations.
Match type The desired option can be chosen when searching by Window title.
* Result variable name The Result variable is used to store the output of the “Window Exists” activity. Type : Boolean Possible Values : true : The specified window is found. false : The specified window is not found.

Note: * Fields selected with are required, others are optional.

Window title example

You can use the Window title as shown in the example.

Untitled – Notepad – Matches with values matching the exact title “Untitled – Notepad”

*Note* – Matches with values containing “Note”

*Notepad – Matches with values ending with “Notepad”

Untitled* – Matches with values starting with “Untitled”

Match type examples

You can use the Match type as shown in the examples.

equals

starts

ends

contains

HIDE

SHOW

RESTORE

MINIMIZE

MAXIMIXE