refactor!: Remove setElementValue helper by mykola-mokhnach · Pull Request #1577 · appium/java-client

Change list

The CanSetElementValue interface has been added as a part of #1555, however I can observe that sendKeys does exactly the same POST /value call, so there is no need for one more duplicated method for it. Thus, removing it as redundant.

Types of changes

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)