We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2d39b commit 355000fCopy full SHA for 355000f
examples/dotnet/SeleniumDocs/Interactions/PrintOptionsTest.cs
@@ -84,7 +84,7 @@ public void PrintWithPrintsPageTest()
84
driver.Navigate().GoToUrl("https://www.selenium.dev/");
85
PrintOptions printOptions = new PrintOptions();
86
PrintDocument printedPage = driver.Print(printOptions);
87
- Assert.IsNotNull(printedPage.AsBase64EncodedString);
+ Assert.IsTrue(printedPage.AsBase64EncodedString.StartsWith("JVBER"));
88
}
89
90
0 commit comments