Class: Watir::Container::Table
Instance Attribute Summary collapse
-
#how ⇒ Object
readonly
Returns the value of attribute how.
-
#what ⇒ Object
readonly
Returns the value of attribute what.
Instance Method Summary collapse
Instance Attribute Details
#how ⇒ Object (readonly)
Returns the value of attribute how.
315 316 317 |
# File 'lib/safariwatir.rb', line 315 def how @how end |
#what ⇒ Object (readonly)
Returns the value of attribute what.
315 316 317 |
# File 'lib/safariwatir.rb', line 315 def what @what end |
Instance Method Details
#[](index) ⇒ Object
321 322 323 |
# File 'lib/safariwatir.rb', line 321 def [](index) TableRow.new(@scripter, :index, index, self) end |
#column_count ⇒ Object
329 330 331 |
# File 'lib/safariwatir.rb', line 329 def column_count # TODO end |
#each ⇒ Object
317 318 319 |
# File 'lib/safariwatir.rb', line 317 def each # TODO end |
#row_count ⇒ Object
325 326 327 |
# File 'lib/safariwatir.rb', line 325 def row_count # TODO end |
#tag ⇒ Object
333 |
# File 'lib/safariwatir.rb', line 333 def tag; "TABLE"; end |