Search Results for

    Show / Hide Table of Contents

    Class AndroidByExtras

    Defines a collection of extra locator constraints for .

    Inheritance
    System.Object
    AndroidByExtras
    Namespace: Legerity.Android
    Assembly: Legerity.Android.dll
    Syntax
    public static class AndroidByExtras : object

    Methods

    | Improve this Doc View Source

    ContentDescription(String)

    Gets a mechanism to find elements by an Android content description.

    Declaration
    public static By ContentDescription(string contentDesc)
    Parameters
    Type Name Description
    System.String contentDesc

    The content description to match exactly on.

    Returns
    Type Description
    By

    A object the driver can use to find elements.

    | Improve this Doc View Source

    PartialContentDescription(String)

    Gets a mechanism to find elements by an Android partial content description.

    Declaration
    public static By PartialContentDescription(string contentDesc)
    Parameters
    Type Name Description
    System.String contentDesc

    The partial content description to match on.

    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