Method: Appium::Android#tags
- Defined in:
- lib/appium_lib/android/common/helper.rb
#tags(class_name) ⇒ Element
Find all elements of type class_name
189 190 191 |
# File 'lib/appium_lib/android/common/helper.rb', line 189 def (class_name) find_elements :class, class_name end |