add the settings which introduced in appium 1.14 by takeyaqa · Pull Request #1166 · appium/java-client

Conversation

* add trackScrollEvents, keyboardAutocorrection, keyboardPrediction, getMatchedImageResult
* fix javadocs
* add tests

SrinivasanTarget

mykola-mokhnach


/**
* Turn on or off the tracking of scroll events as they happen.
* If {@code true}, a field, {@code lastScrollData}, is added to the results of

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commas are redundant

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed :)

mykola-mokhnach