Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    BlazorApplicationOptions(String, String, String, String, Boolean, String, String, String, String, Boolean) Constructor

    Initializes a new instance of the BlazorApplicationOptions class with specified settings.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.ExpressApp.EasyTest.BlazorAdapter.v25.1.dll

    NuGet Package: DevExpress.ExpressApp.EasyTest.BlazorAdapter

    Declaration

    public BlazorApplicationOptions(
        string name,
        string physicalPath,
        string url = "http://localhost:65201",
        string configuration = "EasyTest",
        bool ignoreCase = true,
        string browser = "Edge",
        string arguments = null,
        string webDriverPath = null,
        string browserBinaryPath = null,
        bool runHeadless = false
    )

    Parameters

    Name Type
    name String
    physicalPath String

    Optional Parameters

    Name Type Default
    url String "http://localhost:65201"
    configuration String "EasyTest"
    ignoreCase Boolean True
    browser String "Edge"
    arguments String null
    webDriverPath String null
    browserBinaryPath String null
    runHeadless Boolean False
    See Also