Screen Control APIs

The following API operations are enabled for every JIA screen control:

JIA Screen Control API

Description

Parameters

Exists

Checks whether the screen control hook exists on the screen.

 

LeftClick

Performs a left click on the screen control.

Number of clicks

Modifiers

RepeatedLeftClick

Performs left clicks on the screen control, with a medium delay between clicks.

Number of clicks

Modifiers

CopyTextUsingClipboard()

Gets the text from the screen control via clipboard.

CopyTextClipboard
ModeEnum = Single/All or number of clicks

autoFocus = True/False
This parameter is optional. Default is true.

OnAppear

Registers an event when a specific screen control appears on the screen. When the event occurs, a callback function is triggered.

The screen control found is based on the ImgIdentiferPath binding attribute (The Screen Control Repository Object).

ImgIdentiferPath

ImageMatchingLevel