Search Results for

    Show / Hide Table of Contents

    Class WindowsAppManagerOptions

    Defines a specific AppiumManagerOptions for a Windows application.

    Inheritance
    System.Object
    AppManagerOptions
    AppiumManagerOptions
    WindowsAppManagerOptions
    Inherited Members
    AppiumManagerOptions.AdditionalOptions
    AppiumManagerOptions.AppiumOptions
    AppManagerOptions.DriverUri
    AppManagerOptions.ImplicitWait
    AppManagerOptions.DriverOptions
    Namespace: Legerity.Windows
    Assembly: Legerity.Core.dll
    Syntax
    public class WindowsAppManagerOptions : AppiumManagerOptions

    Constructors

    | Improve this Doc View Source

    WindowsAppManagerOptions()

    Initializes a new instance of the WindowsAppManagerOptions class.

    Declaration
    public WindowsAppManagerOptions()
    | Improve this Doc View Source

    WindowsAppManagerOptions(String)

    Initializes a new instance of the WindowsAppManagerOptions class.

    Declaration
    public WindowsAppManagerOptions(string appId)
    Parameters
    Type Name Description
    System.String appId

    The ID of the application under test.

    | Improve this Doc View Source

    WindowsAppManagerOptions(String, (String, Object)[])

    Initializes a new instance of the WindowsAppManagerOptions class.

    Declaration
    public WindowsAppManagerOptions(string appId, params (string, object)[] additionalOptions)
    Parameters
    Type Name Description
    System.String appId

    The ID of the application under test.

    System.ValueTuple<System.String, System.Object>[] additionalOptions

    The additional options to apply to the .

    Properties

    | Improve this Doc View Source

    AppId

    Gets or sets the ID of the application under test.

    Declaration
    public string AppId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LaunchWinAppDriver

    Gets or sets a value indicating whether to launch the WinAppDriver if it is not already running.

    Declaration
    public bool LaunchWinAppDriver { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Maximize

    Gets or sets a value indicating whether to maximize the window for the application.

    Declaration
    public bool Maximize { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    WinAppDriverPath

    Gets or sets the path to the WinAppDriver installation for launch.

    By default, the path will be the default install location; C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe.

    Declaration
    public string WinAppDriverPath { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Configure()

    Configures the AppiumOptions with the specified additional options.

    Declaration
    public override void Configure()
    Overrides
    AppiumManagerOptions.Configure()
    | Improve this Doc View Source

    Configure((String, Object)[])

    Configures the with the specified additional options.

    Declaration
    public void Configure((string, object)[] additionalOptions)
    Parameters
    Type Name Description
    System.ValueTuple<System.String, System.Object>[] additionalOptions

    The additional options to apply to the .

    | Improve this Doc View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A string that represents the current object.

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