Package com.hp.lft.sdk
Interface WaitUntilEnabledProvider
- All Superinterfaces:
EnabledProvider
- All Known Subinterfaces:
APOGrid
,Applet
,Button
,Button
,Button
,Button
,Button
,Button
,Button
,Button
,Button
,Button
,Calendar
,Calendar
,Calendar
,Calendar
,Calendar
,Calendar
,Calendar
,Calendar
,Carousel
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,ComboBox
,ComboBox
,ComboBox
,ComboBox
,ComboBox
,DateTimeInput
,Dialog
,Dialog
,DropDown
,EditField
,EditField
,EditField
,EditField
,EditField
,EditField
,EditField
,EditField
,EditField
,Editor
,Editor
,Editor
,Editor
,ExpandBar
,FacetFilter
,FileField
,FlexFieldWindow
,FormWindow
,Grid
,Image
,InternalFrame
,Label
,Label
,Label
,Link
,Link
,List
,List
,List
,ListBox
,ListBox
,ListBox
,ListBox
,ListBox
,ListOfValues
,ListView
,ListView
,ListView
,Menu
,Menu
,Menu
,Menubar
,Notification
,NumericField
,Paginator
,Password
,ProgressBar
,PropertyGrid
,RadioButton
,RadioButton
,RadioButton
,RadioButton
,RadioButton
,RadioButton
,RadioButton
,RadioGroup
,RadioGroup
,RadioGroup
,RadioGroup
,RatingIndicator
,RecyclerView
,ScrollBar
,ScrollBar
,ScrollBar
,ScrollBar
,Slider
,Slider
,Slider
,Slider
,SpinBox
,SpinBox
,SpinBox
,Static
,StatusBar
,StatusBar
,StatusBar
,StatusBar
,Stepper
,Tab
,TabControl
,TabControl
,TabControl
,TabControl
,TabControl
,Table
,Table
,Table
,Table
,Table
,Table
,Table
,TableBase<T>
,TabStrip
,TabStrip
,TabStrip
,TabStrip
,Tile
,Toggle
,ToggleButton
,ToolBar
,ToolBar
,ToolBar
,ToolBar
,ToolBar
,ToolBar
,TreeView
,TreeView
,TreeView
,TreeView
,TreeView
,TreeView
,TreeView
,TreeView
,TreeViewTable
,UiObject
,UiObject
,UiObject
,UiObject
,UiObject
,UiObject
,UiObjectBase
,UiObjectBase
,UiObjectBase
,UiObjectBase
,UiObjectBase
,UiObjectBase
,UiObjectBase
,UiObjectWithLayoutInfo
,UiObjectWithLayoutInfo
,View
,WebView
,Window
,Window
,Window
,Window
,Window
A test object that supports the waitUntilEnabled method.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Waits until this test object becomes enabled or until 20 seconds elapses.boolean
waitUntilEnabled
(int totalTimeOutInMilliseconds) Waits until this test object becomes enabled or until the specified timeout elapses.Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabled
-
Method Details
-
waitUntilEnabled
Waits until this test object becomes enabled or until 20 seconds elapses.- Returns:
- true if the object became enabled within 20 seconds, otherwise false.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
waitUntilEnabled
Waits until this test object becomes enabled or until the specified timeout elapses.- Parameters:
totalTimeOutInMilliseconds
- the time (in milliseconds) to wait until the test object becomes enabled.- Returns:
- true if the object became enabled before the specified timeout, otherwise false.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-