Is there a way to see all kepler appium driver supported methods?
For instance I am trying to use “waitForDisplayed” or “waitForExist” methods for Vega automation but it is failing during the execution saying that element wasn’t found.
Is there any difference for kepler driver in comparising to UIAutomator which we are using for android automation?
Maybe there is some source of knowledge with more details than here: https://developer.amazon.com/docs/kepler-tv/appium-commands.html
Why waitForDisplayed and waitForExist Aren’t Working: These are WebdriverIO-specific helpers, not native Appium commands. The Kepler driver implements W3C WebDriver standard commands only.
Recommended Approach:
Instead of waitForDisplayed or waitForExist, you can use: