Package com.hp.lft.sdk
Interface VisibleProvider
- All Known Subinterfaces:
- Accordion,- AgGrid,- Applet,- Area,- AudioControl,- Button,- Button,- Button,- Button,- Button,- Button,- Button,- Calendar,- Calendar,- Calendar,- Calendar,- Calendar,- Carousel,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- ComboBox,- ComboBox,- ComboBox,- ComboBox,- DatePicker,- DateTimeInput,- Dialog,- Dialog,- Dialog,- EditField,- EditField,- EditField,- EditField,- EditField,- EditField,- Editor,- Editor,- Editor,- ExpandBar,- FacetFilter,- Field,- FileField,- Frame,- GridBase<T>,- Header,- Image,- Image,- InternalFrame,- Label,- Label,- Label,- Link,- Link,- Link,- List,- List,- ListBox,- ListBox,- ListBox,- ListBox,- ListBox,- ListView,- ListView,- ListView,- Menu,- Menu,- Menu,- Menu,- Menubar,- NavigationBar,- NotificationBar,- NumericField,- Paginator,- Password,- ProgressBar,- PropertyGrid,- RadioButton,- RadioButton,- RadioButton,- RadioButton,- RadioButton,- RadioButton,- RadioGroup,- RadioGroup,- RatingIndicator,- RoadMap,- RowRepeater,- ScrollBar,- ScrollBar,- ScrollBar,- ScrollBar,- Slider,- Slider,- Slider,- SpinBox,- SpinBox,- SpinBox,- Static,- StatusBar,- StatusBar,- StatusBar,- TabControl,- TabControl,- TabControl,- TabControl,- Table,- Table,- Table,- Table,- Table,- Table,- TabStrip,- TabStrip,- TabStrip,- Tile,- ToggleButton,- ToolBar,- ToolBar,- ToolBar,- ToolBar,- ToolBar,- ToolBar,- TreeView,- TreeView,- TreeView,- TreeView,- TreeView,- TreeView,- TreeView,- TreeViewTable,- UiGrid,- UiObject,- UiObject,- UiObject,- UiObject,- UiObject,- UiObjectBase,- UiObjectBase,- UiObjectBase,- UiObjectBase,- UiObjectBase,- UiObjectBase,- UiObjectWithLayoutInfo,- UiObjectWithLayoutInfo,- VideoControl,- WaitUntilVisibleProvider,- WebElement,- WebTestObject,- Window,- Window,- Window,- Window,- Window
public interface VisibleProvider
A TestObject that supports the isVisible method.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanIndicates whether this object is currently visible.
- 
Method Details- 
isVisibleIndicates whether this object is currently visible.- Returns:
- indicates whether this object is currently visible.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-