public interface Clickable
Modifier and Type | Method and Description |
---|---|
void |
click()
Clicks on this object using the left mouse button.
|
void |
click(ClickArgs args)
Clicks on a test object using the specified ClickArgs.
|
void |
click(MouseButton button)
Clicks on this object using the specified MouseButton.
|
void click() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executionvoid click(MouseButton button) throws GeneralLeanFtException
button
- the mouse button that performs the click. Possible values: MouseButton
GeneralLeanFtException
- if error occurs during executionvoid click(ClickArgs args) throws GeneralLeanFtException
args
- the click arguments that will be used for the click. Possible values: ClickArgs
GeneralLeanFtException
- if error occurs during execution