Method: Appium::Android#first_button

Defined in:
lib/appium_lib/android/element/button.rb

#first_buttonBUTTON

Find the first button.

Returns:



53
54
55
# File 'lib/appium_lib/android/element/button.rb', line 53

def first_button
  find_element :uiautomator, _button_visible_selectors(button_index: 0, image_button_index: 0)
end