Skip to content

[dotnet] Devide PointerInputSource to sub-classes #13406

Closed as not planned
Closed as not planned
@nvborisenko

Description

@nvborisenko

https://github.com/SeleniumHQ/selenium/blob/886cdf5397481ebebe02310b8b3aa07f374695ef/dotnet/src/webdriver/Interactions/PointerInputDevice.cs#L74C5-L74C5

MouseButton enum contains Touch member, it seems really strange.

According spec https://www.w3.org/TR/webdriver2/#pointer-input-source Pointer input source has subtypes, like Mouse or Pen. It seems that PointerInputSource should be abstract class, and derived MouseInputSource and PenInputSource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-dotnet.NET BindingsJ-staleApplied to issues that become stale, and eventually closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions