Cap "trackScrollEvents" does not work. Issue described in https://github.com/appium/appium/issues/12707 still present even when cap "trackScrollEvents":false.
Looks like Appium ignores this cap:
The following capabilities were provided, but are not recognized by Appium:
[BaseDriver] trackScrollEvents
https://gist.github.com/grafoxy/f5456ec7dc6806ba6aa0d4fff598c9c0
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
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]