Class Celerity::TableRow
In: lib/celerity/elements/table_row.rb
Parent: Element

Methods

[]   cells   child_cell   column_count   each   locate   tds  

Included Modules

Enumerable ClickableElement

Constants

TAGS = [ Identifier.new('tr') ]
DEFAULT_HOW = :id

Public Instance methods

[](index)

Alias for child_cell

Get the child cell at the given index

Number of cells in this row.

tds()

Alias for cells

[Validate]