Interface WaitUntilVisibleProvider

All Superinterfaces:
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, WebElement, WebTestObject, Window, Window, Window, Window, Window

public interface WaitUntilVisibleProvider extends VisibleProvider
A test object that supports the waitUntilVisible method.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Waits until this test object becomes visible or until 20 seconds elapses.
    boolean
    waitUntilVisible(int totalTimeOutInMilliseconds)
    Waits until this test object becomes visible or until the specified timeout elapses.

    Methods inherited from interface com.hp.lft.sdk.VisibleProvider

    isVisible
  • Method Details

    • waitUntilVisible

      boolean waitUntilVisible() throws GeneralLeanFtException
      Waits until this test object becomes visible or until 20 seconds elapses.
      Returns:
      true if the object became visible within 20 seconds, otherwise false.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • waitUntilVisible

      boolean waitUntilVisible(int totalTimeOutInMilliseconds) throws GeneralLeanFtException
      Waits until this test object becomes visible or until the specified timeout elapses.
      Parameters:
      totalTimeOutInMilliseconds - the time (in milliseconds) to wait until the test object becomes visible.
      Returns:
      true if the object became visible before the specified timeout, otherwise false.
      Throws:
      GeneralLeanFtException - if error occurs during execution