What happened?
ISupportsPrint.Print(options: null); // <- throws parameter 'printOptions' is null
How can we reproduce the issue?
WebDriver driver = new ChromeDriver();
((ISupportsPrint)driver).Print(options: null); // <- throws parameter 'printOptions' is null
Relevant log output
Operating System
Windows 11
Selenium version
.NET nightly
What are the browser(s) and version(s) where you see this issue?
N/A
What are the browser driver(s) and version(s) where you see this issue?
N/A
Are you using Selenium Grid?
No