Method: Appium::Android#alert_accept_text
- Defined in:
- lib/appium_lib/android/element/alert.rb
#alert_accept_text ⇒ String
Get the text of the alert’s accept button. The last button is considered “accept.”
34 35 36 |
# File 'lib/appium_lib/android/element/alert.rb', line 34 def alert_accept_text .text end |