ipjohnson / SeleniumFixture

Selenium testing fixture for C#
Microsoft Public License
15 stars 6 forks source link

netstandard-2.0 migration issues #11

Closed pbolduc closed 6 years ago

pbolduc commented 6 years ago

IActionProvider.TakeScreenshot depends on ImageFormat that is not supported in net standard 2.0

ImageFormat Class

This issue has some alternatives Will System.Drawing.Graphics and System.Drawing.Image be part of .net Standard?

Could move TakeScreenshot to extension method in separate package.

pbolduc commented 6 years ago

In Selenium 3.7, they change the TakeScreenshot method to take selenium type ScreenshotImageFormat instead of ImageFormat.