Uses of Interface
com.hp.lft.sdk.web.WebTestObject
Packages that use WebTestObject
Package
Description
Provides the SDK for testing SAPUI5 objects.
Provides the SDK for testing Web objects.
-
Uses of WebTestObject in com.hp.lft.sdk.sap.ui5
Subinterfaces of WebTestObject in com.hp.lft.sdk.sap.ui5Modifier and TypeInterfaceDescriptioninterface
An SAPUI5 accordion object.interface
An SAPUI5 button object.interface
An SAPUI5 calendar object.interface
An SAPUI5 carousel object.interface
An SAPUI5 check box object with an ON and OFF state.interface
An SAPUI5 date picker object.interface
An SAPUI5 DateTimeInput object.interface
An SAPUI5 dialog box object.interface
An SAPUI5 text edit.interface
An SAPUI5 facet filter object.interface
An SAPUI5 header object.interface
An SAPUI5 label object.interface
An SAPUI5 list box object.interface
An SAPUI5 menu object.interface
An SAPUI5 menu bar object.interface
An SAPUI5 navigation bar object.interface
An SAPUI5 notification bar.interface
An SAPUI5 paginator object.interface
An SAPUI5 password edit box object.interface
An SAPUI5 radio button.interface
An SAPUI5 radio group object.interface
An SAPUI5 rating indicator object.interface
An SAPUI5 roadmap object.interface
An SAPUI5 row repeater object.interface
An SAPUI5 table object.interface
An SAPUI5 tabstrip control.interface
An SAPUI5 tile object.interface
An SAPUI5 toggle button object.interface
An SAPUI5 tool bar object.interface
An SAPUI5 tree object. -
Uses of WebTestObject in com.hp.lft.sdk.web
Subinterfaces of WebTestObject in com.hp.lft.sdk.webModifier and TypeInterfaceDescriptioninterface
An AgGrid table.interface
A section of an image on a Web page (usually a section of a client-side image map).interface
A Web control that plays audio embedded in an HTML page.interface
A Web button, for example: <button> tag or <input type="button">
Examples of button types: submit, resetinterface
A Web check box with an ON and OFF state.interface
A Web edit box.interface
A Web edit box with an attached browse button. Used to select a file from the File dialog box.interface
A Web frame object that represents both the frame element in a frame set and an embedded frame that uses the frame element.interface
GridBase<T extends TableRowBase>
Base interface for Web grid test objects.interface
A Web image element in the HTML.
Examples:
<img src= myImage.png />
an image link that, when clicked, navigates to another URL
DOM structure example:
<a href= http://www.google.com >
<img src= googleLogo.png />
</a>interface
A Web hyperlink (or anchor) object.interface
A Web drop-down box or multiple selection list.interface
A menu control in a Web page or application.interface
If a browser does not support this field, an edit field is used instead.interface
A set of Web radio buttons belonging to the same group.interface
If a browser does not support this slider, an edit field is used instead.interface
A Web table containing a variable number of rows and columns.interface
A tab strip control in a Web page or application.interface
A Web TreeView objectinterface
A UiGrid table.interface
A Web control that plays video embedded in an HTML page.interface
A basic Web element's description.