class Gamera::PageSections::RowDeleter

Wrapper class for row delete action

Public Instance Methods

delete(table_row) click to toggle source
# File lib/gamera/page_sections/table.rb, line 243
def delete(table_row)
  table_row.find_link('Delete').click
end