Class: UITableView

Inherits:
UIBase show all
Defined in:
lib/calios-uikit-extension/ui_table_view.rb

Class Method Summary collapse

Methods inherited from UIBase

accessibility_identifier, accessibility_label, class_name, double_tap, enabled?, flash, help, parse_query, property, query, touch

Class Method Details

.scroll(aDirection) ⇒ Object



5
6
7
# File 'lib/calios-uikit-extension/ui_table_view.rb', line 5

def scroll(aDirection)
  Calabash::Cucumber::Core.scroll(self.class_name, aDirection)
end