Skip to content

[πŸ› Bug]: [dotnet] Null check on ISupportsPrint.Print is different from parameter nameΒ #14784

@RenderMichael

Description

@RenderMichael

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

N/A

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-needs-triagingA Selenium member will evaluate this soon!I-defectSomething is not working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions