Method: Celerity::Container#th
- Defined in:
- lib/celerity/container.rb
#th(*args) ⇒ Celerity::Th
Watir’s cells() won’t find <th> elements. This is a workaround.
743 744 745 |
# File 'lib/celerity/container.rb', line 743 def th(*args) Th.new(self, *args) end |