class ScreenObject::AppElements::Table

Public Instance Methods

cell_count() click to toggle source
# File lib/screen-object/accessors/table.rb, line 20
def cell_count
  elements.length
end