public interface WinPagerButtonState extends TestObject
Modifier and Type | Method and Description |
---|---|
boolean |
getGrayed()
Returns true if the state of the button is grayed.
|
boolean |
getHot()
Returns true if the state of the button is hot.
|
boolean |
getPressed()
Returns true if the state of the button is pressed.
|
boolean |
getVisible()
Returns true if the state of the button is visible.
|
callMethod, callMethod, cast, getProperty, setProperty, toString
boolean getVisible() throws InvocationException, HttpException
InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.boolean getGrayed() throws InvocationException, HttpException
InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.boolean getPressed() throws InvocationException, HttpException
InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.boolean getHot() throws InvocationException, HttpException
InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.