appium-espresso-driver icon indicating copy to clipboard operation
appium-espresso-driver copied to clipboard

Add more features to /actions

Open dpgraham opened this issue 7 years ago • 1 comments

/actions implements the W3C spec, but we could add to it further so that testers can make full use of the Android MotionEvent API's

Some of the features we can add are:

  • [ ] pressure, size, orientation, toolMajor, toolMinor, touchMajor, touchMinor (this would be alongside of x and y)
  • [ ] Make trackball, eraser, joystick, gamepad as input source (along with mouse, touch and stylus)
  • [ ] Allow the setting of arbitrary AXIS values (e.g.: AXIS_UP, AXIS_SCROLL, etc...)

dpgraham avatar Oct 26 '18 22:10 dpgraham

@dpgraham Happy to help incase of any testing req on this.

SrinivasanTarget avatar Oct 28 '18 13:10 SrinivasanTarget