Search Results for

    Show / Hide Table of Contents

    Class ByExtras

    Defines a collection of extra locator constraints for .

    Inheritance
    System.Object
    ByExtras
    Namespace: Legerity
    Assembly: Legerity.Core.dll
    Syntax
    public static class ByExtras : object

    Methods

    | Improve this Doc View Source

    PartialText(String)

    Gets a mechanism to find elements by partial text content.

    Declaration
    public static By PartialText(string text)
    Parameters
    Type Name Description
    System.String text

    The text to find.

    Returns
    Type Description
    By

    A object the driver can use to find elements.

    | Improve this Doc View Source

    Text(String)

    Gets a mechanism to find elements by the text content.

    Declaration
    public static By Text(string text)
    Parameters
    Type Name Description
    System.String text

    The text 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