Class: Watir::Container::Table

Inherits:
Object
  • Object
show all
Defined in:
lib/safariwatir.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#howObject (readonly)

Returns the value of attribute how.



315
316
317
# File 'lib/safariwatir.rb', line 315

def how
  @how
end

#whatObject (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_countObject



329
330
331
# File 'lib/safariwatir.rb', line 329

def column_count
  # TODO
end

#eachObject



317
318
319
# File 'lib/safariwatir.rb', line 317

def each
  # TODO
end

#row_countObject



325
326
327
# File 'lib/safariwatir.rb', line 325

def row_count
  # TODO
end

#tagObject



333
# File 'lib/safariwatir.rb', line 333

def tag; "TABLE"; end