WebApplicationOptions.Url Property
Gets the application’s web address.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.ExpressApp.EasyTest.SeleniumWebAdapter.v24.2.dll
NuGet Package: DevExpress.ExpressApp.EasyTest.SeleniumWebAdapter
Declaration
Property Value
Type | Description |
---|---|
String | The application’s web address. |
Remarks
Use the WebApplicationOptions() constructor to specify the Url
option.
See Also