Package com.hp.lft.sdk
Interface SupportsNativeObject
- All Known Subinterfaces:
- Accordion,- AgGrid,- APOGrid,- Applet,- Area,- AudioControl,- Button,- Button,- Button,- Button,- Button,- Button,- Calendar,- Calendar,- Calendar,- Calendar,- Calendar,- Carousel,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- ComboBox,- ComboBox,- ComboBox,- DatePicker,- DateTimeInput,- Dialog,- Dialog,- EditField,- EditField,- EditField,- EditField,- EditField,- Editor,- Editor,- Editor,- Element,- ExpandBar,- FacetFilter,- FileField,- Frame,- Grid,- GridBase<T>,- GuiSession,- Header,- Image,- Image,- InternalFrame,- Label,- Label,- Label,- Label,- Link,- Link,- Link,- List,- List,- ListBox,- ListBox,- ListBox,- ListView,- Menu,- Menu,- Menu,- Menu,- Menubar,- Menubar,- NavigationBar,- NotificationBar,- NumericField,- OKCode,- Page,- Paginator,- Password,- ProgressBar,- PropertyGrid,- RadioButton,- RadioButton,- RadioButton,- RadioButton,- RadioButton,- RadioGroup,- RadioGroup,- RatingIndicator,- RoadMap,- RowRepeater,- ScrollBar,- ScrollBar,- Slider,- Slider,- Slider,- SpinBox,- SpinBox,- StatusBar,- StatusBar,- StatusBar,- TabControl,- TabControl,- TabControl,- Table,- Table,- Table,- Table,- Table,- Table,- TableBase<T>,- TabStrip,- TabStrip,- TabStrip,- Tile,- ToggleButton,- ToolBar,- ToolBar,- ToolBar,- ToolBar,- ToolBar,- TreeView,- TreeView,- TreeView,- TreeView,- TreeView,- TreeView,- TreeViewTable,- UiGrid,- UiObject,- UiObject,- UiObject,- UiObjectBase,- UiObjectBase,- UiObjectBase,- VideoControl,- WebElement,- WebTestObject,- Window,- Window,- Window,- Window
public interface SupportsNativeObject
A test object that supports the getNativeObject property,
 which returns a proxy of the native object represented by this test object instance.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the native application object that is represented by this test object instance, enabling you to access the native properties and methods provided by that object.
- 
Method Details- 
getNativeObjectReturns the native application object that is represented by this test object instance, enabling you to access the native properties and methods provided by that object.- Returns:
- the native application object that is represented by this test object instance.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-