appium-espresso-driver
appium-espresso-driver copied to clipboard
Add more features to /actions
/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 ofxandy) - [ ] Make
trackball,eraser,joystick,gamepadas input source (along withmouse,touchandstylus) - [ ] Allow the setting of arbitrary
AXISvalues (e.g.:AXIS_UP,AXIS_SCROLL, etc...)
@dpgraham Happy to help incase of any testing req on this.