Skip to main content
All docs
V23.2
.NET 6.0+

ApplicationContextExtensions.GetScreen(IApplicationContext) Method

Provides access to a screenshot testing functionality.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

public static IEasyTestScreen GetScreen(
    this IApplicationContext context
)

Parameters

Name Type Description
context IApplicationContext

The application’s context.

Returns

Type Description
IEasyTestScreen

An object that implements a screenshot testing functionality.

See Also