Package com.hp.lft.sdk.web
package com.hp.lft.sdk.web
Provides the SDK for testing Web objects.
-
ClassDescriptionAn AgGrid table.The description of a Web AgGrid test object.This class can be used to construct an instance of the AgGridDescription class using the builder pattern.AgGridDescription.Init<T extends AgGridDescription.Init<T>>Helper class for AgGridDescription.Builder.A section of an image on a Web page (usually a section of a client-side image map).The description of a Web Area test object.This class can be used to construct an instance of the AreaDescription class using the builder pattern.AreaDescription.Init<T extends AreaDescription.Init<T>>Helper class for AreaDescription.Builder.A Web control that plays audio embedded in an HTML page.The description of a Web AudioControl test object.This class can be used to construct an instance of the AudioControlDescription class using the builder pattern.AudioControlDescription.Init<T extends AudioControlDescription.Init<T>>Helper class for AudioControlDescription.Builder.A tab in an open Web browser.The description of a Web Browser test object.This class can be used to construct an instance of the BrowserDescription class using the builder pattern.BrowserDescription.Init<T extends BrowserDescription.Init<T>>Helper class for BrowserDescription.Builder.A class for creating a
Browser
instance.Supported browser types.Data regarding the browser type and version returned by the browser object.A Web button, for example: <button> tag or <input type="button">
Examples of button types: submit, resetThe description of a Web Button test object.This class can be used to construct an instance of the ButtonDescription class using the builder pattern.ButtonDescription.Init<T extends ButtonDescription.Init<T>>Helper class for ButtonDescription.Builder.A Web check box with an ON and OFF state.The description of a Web CheckBox test object.This class can be used to construct an instance of the CheckBoxDescription class using the builder pattern.CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>Helper class for CheckBoxDescription.Builder.Class defining the table column in which to search.The description of a Web test object based on a CSS selector.A Web edit box.Base interface for Web edit fields (EditField, NumericField, and FileField).A base class description for all edit fields (Edit, Number and File).EditFieldBaseDescription.Init<T extends EditFieldBaseDescription.Init<T>>Helper class for derived Builder classes.Properties and methods for Web edit field types (edit, number, and range).The description of the base interface for Web edit fields, such as, edit, number, and file fields.This class can be used to construct an instance of the EditFieldDescription class using the builder pattern.EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>Helper class for EditFieldDescription.Builder.The description of an emulated mobile device test object.The HTML event info to be used for the FireEvent method.A factory for creating EventInfo to be passed to the fireEvent method of the Web test object.A Web edit box with an attached browse button. Used to select a file from the File dialog box.The description of a Web FileField test object.This class can be used to construct an instance of the FileFieldDescription class using the builder pattern.FileFieldDescription.Init<T extends FileFieldDescription.Init<T>>Helper class for FileFieldDescription.Builder.The description of a base interface for all Web form-related test objects.FormFieldDescription.Init<T extends FormFieldDescription.Init<T>>Helper class for derived Builder classes.A Web frame object that represents both the frame element in a frame set and an embedded frame that uses the frame element.The description of a Web Frame test object.This class can be used to construct an instance of the FrameDescription class using the builder pattern.FrameDescription.Init<T extends FrameDescription.Init<T>>Helper class for FrameDescription.Builder.Values for the FullScreen(mode) parameter.GridBase<T extends TableRowBase>Base interface for Web grid test objects.The base description of a Web Grid test object.GridBaseDescription.Init<T extends GridBaseDescription.Init<T>>Helper class for derived Builder classes.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>The description of a Web Image test object.This class can be used to construct an instance of the ImageDescription class using the builder pattern.ImageDescription.Init<T extends ImageDescription.Init<T>>Helper class for ImageDescription.Builder.Supported image types.A Web hyperlink (or anchor) object.The description of a Web Link test object.This class can be used to construct an instance of the LinkDescription class using the builder pattern.LinkDescription.Init<T extends LinkDescription.Init<T>>Helper class for LinkDescription.Builder.A Web drop-down box or multiple selection list.The description of a Web ListBox test object.This class can be used to construct an instance of the ListBoxDescription class using the builder pattern.ListBoxDescription.Init<T extends ListBoxDescription.Init<T>>Helper class for ListBoxDescription.Builder.A single list item in a Web list.Web methods for playing media (audio/video) files embedded in the HTML page.The description of a Web MediaControl (audio control or video control) test object.MediaControlDescription.Init<T extends MediaControlDescription.Init<T>>Helper class for derived Builder classes.A menu control in a Web page or application.The description of a Web Menu test object.This class can be used to construct an instance of the MenuDescription class using the builder pattern.MenuDescription.Init<T extends MenuDescription.Init<T>>Helper class for MenuDescription.Builder.The HTML mouse event info to be used for the FireEvent method.Supported mouse event types.If a browser does not support this field, an edit field is used instead.The description of a Web NumericField test object.This class can be used to construct an instance of the NumericFieldDescription class using the builder pattern.NumericFieldDescription.Init<T extends NumericFieldDescription.Init<T>>Helper class for NumericFieldDescription.Builder.An HTML page.The description of a Web Page test object.This class can be used to construct an instance of the PageDescription class using the builder pattern.PageDescription.Init<T extends PageDescription.Init<T>>Helper class for PageDescription.Builder.A set of Web radio buttons belonging to the same group.The description of a Web RadioGroup test object.This class can be used to construct an instance of the RadioGroupDescription class using the builder pattern.RadioGroupDescription.Init<T extends RadioGroupDescription.Init<T>>Helper class for RadioGroupDescription.Builder.If a browser does not support this slider, an edit field is used instead.The description of a Web Slider test object.This class can be used to construct an instance of the SliderDescription class using the builder pattern.SliderDescription.Init<T extends SliderDescription.Init<T>>Helper class for SliderDescription.Builder.A Web table containing a variable number of rows and columns.TableBase<T extends TableRowBase>Base interface for Web and SAP UI5 table test objects.A single cell in the Web Table test object.The description of a Web Table test object.This class can be used to construct an instance of the TableDescription class using the builder pattern.TableDescription.Init<T extends TableDescription.Init<T>>Helper class for TableDescription.Builder.A single row in the Web Table test object.TableRowBase<T extends TableCell>Base interface for Web and SAP UI5 table row.A tab strip control in a Web page or application.The description of a Web TabStrip test object.This class can be used to construct an instance of the TabStripDescription class using the builder pattern.TabStripDescription.Init<T extends TabStripDescription.Init<T>>Helper class for TabStripDescription.Builder.Class defining a text match we are looking for.A Web TreeView objectA set of xpath values to help the TreeView object perform Select, Expand and Collapse operation in cases where the default implementation cannot find the element needed.The description of a WebTree test object.This class can be used to construct an instance of the TreeViewDescription class using the builder pattern.TreeViewDescription.Init<T extends TreeViewDescription.Init<T>>Helper class for TreeViewDescription.Builder.A single node in a Web Tree.A UiGrid table.The description of a Web UiGrid test object.This class can be used to construct an instance of the UiGridDescription class using the builder pattern.UiGridDescription.Init<T extends UiGridDescription.Init<T>>Helper class for UiGridDescription.Builder.A Web control that plays video embedded in an HTML page.The description of a Web VideoControl test object.This class can be used to construct an instance of the WebVideoControlDescription class using the builder pattern.VideoControlDescription.Init<T extends VideoControlDescription.Init<T>>Helper class for VideoControlDescription.Builder.A basic Web-based content description.WebBaseDescription.Init<T extends WebBaseDescription.Init<T>>Helper class for derived Builder classes.Arguments that define additional behavior for double click operations.
This class can be initialized using the builder pattern.A basic Web element's description.a basic element's description.This class can be used to construct an instance of the WebElementDescription class using the builder pattern.WebElementDescription.Init<T extends WebElementDescription.Init<T>>Arguments that define additional behavior for LongPress operations.
This class can be initialized using the builder pattern.Arguments that define additional behavior for Pan operations.
This class can be initialized using the builder pattern.Arguments that define additional behavior for Pinch operations.
This class can be initialized using the builder pattern.Arguments that define additional behavior for Swipe operations.
This class can be initialized using the builder pattern.A generic Web test object used only for implementation. Do not use to describe a concrete web test object.Indicates that the test object supports describing its child test object with advanced web filters.This class can be used to describe web objects using xpath.