RightClickElement

Top  Previous  Next

×V5.3Ø

S

A

W

WS

M

 

 

ü

Syntax -

RightClickElement <App Name> <Element Identifier>

       Where:

               <App Name> The name that represents an opened application.

               <Element Identifier> is a valid element identifier as described in Element Strings and References.

                               

Description:

This command simulates a right mouse click on an element in a windows application. This command is often used to bring up context menus.

 

 

Sample:

       The following statement right-clicks on a list item and to present the context menu.

RightClickElement RevCycle "Reference[Parent|Type=Pane|Name=Charges];Element[Type=ListItem|INDEX=1]"

 

Control Usage:

ListItem

TreeItem

Spreadsheet

SftTreeOCX70

 

See Also:

ClickElement

OpenApp

ElementExists