Search Results for

    Show / Hide Table of Contents

    Class WebByExtras

    Defines a collection of extra locator constraints for .

    Inheritance
    System.Object
    WebByExtras
    Namespace: Legerity.Web
    Assembly: Legerity.Web.dll
    Syntax
    public static class WebByExtras : object

    Methods

    | Improve this Doc View Source

    InputType(String)

    Gets a mechanism to find elements by the HTML input tag with a specified type.

    Declaration
    public static By InputType(string inputType)
    Parameters
    Type Name Description
    System.String inputType

    The input type to find.

    Returns
    Type Description
    By

    A object the driver can use to find elements.

    | Improve this Doc View Source

    ListItem()

    Gets a mechanism to find elements by the HTML li tag.

    Declaration
    public static By ListItem()
    Returns
    Type Description
    By

    A object the driver can use to find elements.

    | Improve this Doc View Source

    Option()

    Gets a mechanism to find elements by the HTML option tag.

    Declaration
    public static By Option()
    Returns
    Type Description
    By

    A object the driver can use to find elements.

    | Improve this Doc View Source

    TableDataRow()

    Gets a mechanism to find table row elements where a HTML tr tag has HTML td elements within it.

    Declaration
    public static By TableDataRow()
    Returns
    Type Description
    By

    A object the driver can use to find elements.

    | Improve this Doc View Source

    TableHeaderCell()

    Gets a mechanism to find elements by the HTML th tag.

    Declaration
    public static By TableHeaderCell()
    Returns
    Type Description
    By

    A object the driver can use to find elements.

    | Improve this Doc View Source

    TableRow()

    Gets a mechanism to find elements by the HTML tr tag.

    Declaration
    public static By TableRow()
    Returns
    Type Description
    By

    A object the driver can use to find elements.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps