Appium: Scroll tracking cap does not work

Created on 5 Jul 2019  路  3Comments  路  Source: appium/appium

The problem

Cap "trackScrollEvents" does not work. Issue described in https://github.com/appium/appium/issues/12707 still present even when cap "trackScrollEvents":false.

Environment

  • Appium version: Appium v1.14.0-beta.2 / Appium v1.14.0
  • Desktop OS/version used to run Appium: Ubuntu 19.04
  • Node.js: 10.15.2
  • Mobile platform/version under test: Android
  • Appium CLI: yes

Details

Looks like Appium ignores this cap:

The following capabilities were provided, but are not recognized by Appium:
[BaseDriver] trackScrollEvents

Link to Appium logs

https://gist.github.com/grafoxy/f5456ec7dc6806ba6aa0d4fff598c9c0

NeedsInfo NotABug

Most helpful comment

This is not a capability, but a setting. If you want to set it in caps then use the following format: settings[trackScrollEvents]

All 3 comments

This is not a capability, but a setting. If you want to set it in caps then use the following format: settings[trackScrollEvents]

@mykola-mokhnach / @KazuCocoa as settings it works perfectly.
Thanks

Was this page helpful?
0 / 5 - 0 ratings