Command.Execute(ICommandAdapter) Method
Executes an Functional Testing command implemented by the Command class.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.1.dll
NuGet Package: DevExpress.EasyTest
Declaration
Parameters
Name | Type | Description |
---|---|---|
adapter | ICommandAdapter | An ICommandAdapter object that is the EasyTest command adapter. |
See Also