public class RadioButtonFunctions
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 RadioButton
|
static RadioButtonFunctions |
getInstance()
public Singleton to access class static methods via instance
|
public static final java.lang.String CLICK_KEYWORD
public static RadioButtonFunctions getInstance()
public static ComponentFunction click(java.lang.String winname, java.lang.String compname)
Attempts to perform a standard Click on the RadioButton
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.