com.hp.lft.sdk.web

Class WebElementDescription.Builder

  • Enclosing class:
    WebElementDescription


    public static class WebElementDescription.Builder
    extends WebElementDescription.Init<WebElementDescription.Builder>
    This class can be used to construct an instance of the WebElementDescription class using the builder pattern.
    Usage example: WebElementDescription description = new WebElementDescription.Builder().title("some title").tagName("some tag").build();