ApplicationContextExtensions.GetScreen(IApplicationContext) Method
Provides access to a screenshot testing functionality.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.1.dll
NuGet Package: DevExpress.EasyTest
Declaration
Parameters
Name | Type | Description |
---|---|---|
context | IApplicationContext | The application’s context. |
Returns
Type | Description |
---|---|
IEasyTestScreen | An object that implements a screenshot testing functionality. |
See Also