Method: Appium::Android#first_button
- Defined in:
- lib/appium_lib/android/element/button.rb
#first_button ⇒ BUTTON
Find the first button.
53 54 55 |
# File 'lib/appium_lib/android/element/button.rb', line 53 def find_element :uiautomator, (button_index: 0, image_button_index: 0) end |