Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    ApplicationContextExtensions.GetScreen(IApplicationContext) Method

    Provides access to a screenshot testing functionality.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v25.1.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