appium/java-client

Update page object features. Server node 1.5.x

TikhomirovSergey opened this issue · 1 comments

These things should be done:

  • mark name parameter Decrecated as By.name selector is not supported by native app automation
  • By.id selector should be used by default (native content) when not any selector strategy defined.
  • org.openqa.selenium.InvalidSelectorException should be handled.