Slightly cleaned the solution

This commit is contained in:
2023-05-17 15:52:33 +02:00
parent e727dc9301
commit b7676b90c2
3 changed files with 17 additions and 17 deletions
-1
View File
@@ -278,7 +278,6 @@ namespace Test_Merge
//Screenshot scrsht = Driver.GetFullPageScreenshot();
Screenshot scrsht = Driver.GetScreenshot();
byte[] screenshotBytes = Convert.FromBase64String(scrsht.AsBase64EncodedString);
MemoryStream stream = new MemoryStream(screenshotBytes);