Search Results for

    Show / Hide Table of Contents

    Class IOSByExtras

    Defines a collection of extra locator constraints for .

    Inheritance
    System.Object
    IOSByExtras
    Namespace: Legerity.IOS
    Assembly: Legerity.IOS.dll
    Syntax
    public static class IOSByExtras : object

    Methods

    | Improve this Doc View Source

    Label(String)

    Gets a mechanism to find elements by the label.

    Declaration
    public static By Label(string label)
    Parameters
    Type Name Description
    System.String label

    The label to find.

    Returns
    Type Description
    By

    A object the driver can use to find elements.

    | Improve this Doc View Source

    PartialLabel(String)

    Gets a mechanism to find elements by a partial label.

    Declaration
    public static By PartialLabel(string label)
    Parameters
    Type Name Description
    System.String label

    The label to find.

    Returns
    Type Description
    By

    A object the driver can use to find elements.

    | Improve this Doc View Source

    PartialValue(String)

    Gets a mechanism to find elements by a partial value.

    Declaration
    public static By PartialValue(string value)
    Parameters
    Type Name Description
    System.String value

    The value to find.

    Returns
    Type Description
    By

    A object the driver can use to find elements.

    | Improve this Doc View Source

    Value(String)

    Gets a mechanism to find elements by the value.

    Declaration
    public static By Value(string value)
    Parameters
    Type Name Description
    System.String value

    The value to find.

    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