Closed as not planned
Description
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
.