Window Operations * WTW.

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Window Operations > WTW. - Wait new Top Window >

Window Operations * WTW.

"c" - Flag "class"

Previous Top Next


MiniRobotLanguage (MRL)

 

"c" - Flag "class"

Search Top Window

 

 

Intention

 

Window-Class" value. This is the "window class" of the window we are looking for.

 

This flag needs a parameter. It supports 3.2 Standard-Search Pattern and therefore its enough to give a unique part of the value. By default the value is not case sensitive.

 

STW.c|WindowClass

MMV.

 

 

 

Example

 

'

' Click on the OK Button in a messagebox

' Locate the Application (Top-)Window

STW.c|#32768

' Locate the button

SCW.t|Ok

' Click the button

MLE.

ENR.

 

 

 

 

Remarks

 

 

 

 

Limitations:

 

 

 

 

See also:

 

    3.2 Standard-Search Pattern

    "t" - Flag - STW.