Skip to content

[🐛 Bug]: [dotnet] Print range does a no-op on single value requests #14783

@RenderMichael

Description

@RenderMichael

What happened?

Requesting a range to print does not work when asking for a single page. No exception is thrown, no page is added to the request.

How can we reproduce the issue?

var options = new PrintOptions();
options.AddPageRangeToPrint("1");
driver.Print(options);

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!C-dotnet.NET BindingsI-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