You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Saves the screenshot to a file, overwriting the file if it already exists.
105
-
/// </summary>
106
-
/// <param name="fileName">The full path and file name to save the screenshot to.</param>
107
-
/// <param name="format">A <see cref="System.Drawing.Imaging.ImageFormat"/> object indicating the format
108
-
/// to save the image to.</param>
109
-
[Obsolete("System.Drawing.Imaging.ImageFormat is not supported in .NET Core, and depending on it is being removed from WebDriver. Please convert to ScreenshotImageFormat.")]
0 commit comments