I asked just such a question when we were trying to implement Appium in Java:
We decided to go with Ruby. Here’s a simple example of finding an element by resource-id
appium_driver.driver.find_element(:id, id)
I asked just such a question when we were trying to implement Appium in Java:
We decided to go with Ruby. Here’s a simple example of finding an element by resource-id
appium_driver.driver.find_element(:id, id)