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