public class GraphicControlFunctions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLICK_KEYWORD
"Click"
|
static java.lang.String |
CLICKBUTTON_KEYWORD
"ClickButton"
|
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 GraphicControl object
|
static ComponentFunction |
clickButton(java.lang.String winname,
java.lang.String compname)
Attempts to perform a standard Click on the GraphicControl object
|
static GraphicControlFunctions |
getInstance()
public Singleton to access class static methods via instance
|
public static final java.lang.String CLICK_KEYWORD
public static final java.lang.String CLICKBUTTON_KEYWORD
public static GraphicControlFunctions getInstance()
public static ComponentFunction click(java.lang.String winname, java.lang.String compname)
Attempts to perform a standard Click on the GraphicControl objectSupporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.public static ComponentFunction clickButton(java.lang.String winname, java.lang.String compname)
Attempts to perform a standard Click on the GraphicControl objectSupporting 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.