We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ScreenshotImageFormat
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);
The text was updated successfully, but these errors were encountered:
- #783 Use Selenium.WebDriver package v4.14.0
21028f2
- #784 Deprecate `ScreenshotImageFormat` configuration for screenshots
YevgeniyShunevych
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: