Package com.hp.lft.sdk.web
Class ImageDescription.Builder
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.web.WebBaseDescription.Init<T>
com.hp.lft.sdk.web.WebElementDescription.Init<T>
com.hp.lft.sdk.web.ImageDescription.Init<ImageDescription.Builder>
com.hp.lft.sdk.web.ImageDescription.Builder
- Enclosing class:
- ImageDescription
public static class ImageDescription.Builder
extends ImageDescription.Init<ImageDescription.Builder>
This class can be used to construct an instance of the ImageDescription class using the builder pattern.
 
Usage example: ImageDescription description = new ImageDescription.Builder().tagName("some tag").Name("some name").build();
Usage example: ImageDescription description = new ImageDescription.Builder().tagName("some tag").Name("some name").build();
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.hp.lft.sdk.web.ImageDescription.Initalt, alt, build, href, href, src, src, target, target, typeMethods inherited from class com.hp.lft.sdk.web.WebElementDescription.InitaccessibilityName, accessibilityName, cssSelector, cssSelector, role, role, xpath, xpathMethods inherited from class com.hp.lft.sdk.web.WebBaseDescription.InitabsoluteLocation, absoluteLocation, absoluteLocation, attribute, attribute, attributes, className, className, id, id, innerHTML, innerHTML, innerText, innerText, location, location, location, name, name, outerHTML, outerHTML, outerText, outerText, size, size, size, style, style, styles, tagName, tagName, title, title, visibleMethods inherited from class com.hp.lft.sdk.DescriptionBase.Initindex, objectProperties, vri, vri
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
self- Specified by:
- selfin class- DescriptionBase.Init<ImageDescription.Builder>
 
 
-