Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate ScreenshotImageFormat configuration for screenshots #784

Closed
YevgeniyShunevych opened this issue Oct 16, 2023 · 0 comments
Closed
Assignees
Milestone

Comments

@YevgeniyShunevych
Copy link
Member

Due to [dotnet] Deprecate saving screenshots with different image formats change in Selenium.WebDriver, Atata will also only support the default PNG format. ScreenshotImageFormat should not be used anymore.

The following screenshots configuration method becomes obsolete and will be removed together with the related functionality in Atata v3:

public static ScreenshotConsumerAtataContextBuilder<TConsumer> With<TConsumer>(
    this ScreenshotConsumerAtataContextBuilder<TConsumer> builder,
    ScreenshotImageFormat imageFormat);
@YevgeniyShunevych YevgeniyShunevych added this to the 2.11.0 milestone Oct 16, 2023
@YevgeniyShunevych YevgeniyShunevych self-assigned this Oct 16, 2023
YevgeniyShunevych added a commit that referenced this issue Oct 16, 2023
- #784 Deprecate `ScreenshotImageFormat` configuration for screenshots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant