WinApplicationOptions Properties
Stores options for a tested Blazor application.| Name | Description |
|---|---|
| Arguments | Gets the command-line arguments passed to the application when it is started. |
| CommunicationPort | Gets the communication port number that will be used by EasyTest when testing the application. |
| FileName | Gets the fully qualified name of the application’s executable file. |
| Name | Gets the name of the WinForms application. This name is used to differentiate between different applications. |
See Also