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 •autoFocus = True/False |
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 |