Package com.hp.lft.sdk
Interface Clickable
- All Known Subinterfaces:
Accordion
,AgGrid
,AppBar
,Applet
,ApplicationSession
,Area
,AudioControl
,Button
,Button
,Button
,Button
,Button
,Button
,Button
,Button
,Button
,Calendar
,Calendar
,Calendar
,Calendar
,Calendar
,Calendar
,Calendar
,Carousel
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,CheckBox
,ComboBox
,ComboBox
,ComboBox
,ComboBox
,ComboBox
,DatePicker
,DateTimeInput
,Dialog
,Dialog
,Dialog
,Document
,Edit
,EditField
,EditField
,EditField
,EditField
,EditField
,EditField
,EditField
,Editor
,Editor
,Editor
,ExpandBar
,FacetFilter
,FileField
,FlexFieldWindow
,FormWindow
,Grid
,GridBase<T>
,GridItem
,Group
,Header
,Header
,HeaderItem
,Image
,Image
,Image
,InsightObject
,InternalFrame
,Label
,Label
,Label
,Link
,Link
,Link
,Link
,List
,List
,List
,List
,ListBox
,ListBox
,ListBox
,ListBox
,ListBox
,ListItem
,ListOfValues
,ListView
,ListView
,ListView
,LogonWindow
,Menu
,Menu
,Menu
,Menu
,Menu
,Menubar
,MenuBar
,MenuItem
,NavigationBar
,NavigatorWindow
,Notification
,NotificationBar
,NumericField
,Paginator
,Pane
,Password
,PickList
,ProgressBar
,ProgressBar
,PropertyGrid
,RadioButton
,RadioButton
,RadioButton
,RadioButton
,RadioButton
,RadioButton
,RadioButton
,RadioGroup
,RadioGroup
,RadioGroup
,RatingIndicator
,RoadMap
,RowRepeater
,ScrollBar
,ScrollBar
,ScrollBar
,ScrollBar
,ScrollBar
,SemanticZoom
,Separator
,Slider
,Slider
,Slider
,Slider
,SpinBox
,SpinBox
,SpinBox
,Spinner
,SplitButton
,Static
,StatusBar
,StatusBar
,StatusBar
,StatusBar
,StatusBar
,Tab
,TabControl
,TabControl
,TabControl
,TabControl
,TabControl
,TabItem
,Table
,Table
,Table
,Table
,Table
,Table
,Table
,Table
,TabStrip
,TabStrip
,TabStrip
,Text
,TextScreen
,Thumb
,Tile
,TitleBar
,ToggleButton
,ToolBar
,ToolBar
,ToolBar
,ToolBar
,ToolBar
,ToolBar
,ToolBar
,ToolTip
,TreeView
,TreeView
,TreeView
,TreeView
,TreeView
,TreeView
,TreeView
,TreeView
,TreeView
,TreeViewItem
,TreeViewTable
,UiFormBase
,UiGrid
,UiObject
,UiObject
,UiObject
,UiObject
,UiObject
,UiObject
,UiObjectBase
,UiObjectBase
,UiObjectBase
,UiObjectBase
,UiObjectBase
,UiObjectBase
,UiObjectBase
,UiObjectBase
,UiObjectWithLayoutInfo
,UiObjectWithLayoutInfo
,VideoControl
,WebElement
,Window
,Window
,Window
,Window
,Window
,Window
public interface Clickable
Indicates that this object can be clicked.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
click()
Clicks on this object using the left mouse button.void
Clicks on a test object using the specified ClickArgs.void
click
(MouseButton button) Clicks on this object using the specified MouseButton.
-
Method Details
-
click
Clicks on this object using the left mouse button.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
click
Clicks on this object using the specified MouseButton.- Parameters:
button
- the mouse button that performs the click. Possible values:MouseButton
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
click
Clicks on a test object using the specified ClickArgs.- Parameters:
args
- the click arguments that will be used for the click. Possible values:ClickArgs
- Throws:
GeneralLeanFtException
- if error occurs during execution
-