BlazorApplicationOptions Constructors
Stores options for a tested Blazor application.Name | Parameters | Description |
---|---|---|
BlazorApplicationOptions(String, String, String, String, Boolean, String, String, String, String) | name, physicalPath, url, configuration, ignoreCase, browser, arguments, webDriverPath, browserBinaryPath | Initializes a new instance of the BlazorApplicationOptions class with specified settings. |
See Also