public class LabelFunctions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLICK_KEYWORD
"Click"
|
Modifier and Type | Method and Description |
---|---|
static ComponentFunction |
click(java.lang.String winname,
java.lang.String compname)
Attempts to perform a standard Click on the Label
Attempts to perform a standard Click on the Object.
|
static LabelFunctions |
getInstance()
public Singleton to access class static methods via instance
|
public static final java.lang.String CLICK_KEYWORD
public static LabelFunctions getInstance()
public static ComponentFunction click(java.lang.String winname, java.lang.String compname)
Attempts to perform a standard Click on the Label Attempts to perform a standard Click on the Object. Attempts to click on the Label that is indicated in the map file by the Step command. This should provide for a click on any type of Label.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.Copyright © SAS Institute. All Rights Reserved.