Module: Watir::PageContainer
- Included in:
- Container::Frame, Safari
- Defined in:
- lib/safariwatir.rb
Instance Method Summary collapse
Instance Method Details
#html ⇒ Object
9 10 11 |
# File 'lib/safariwatir.rb', line 9 def html @scripter.document_html end |
#text ⇒ Object
13 14 15 |
# File 'lib/safariwatir.rb', line 13 def text @scripter.document_text end |
#title ⇒ Object
17 18 19 |
# File 'lib/safariwatir.rb', line 17 def title @scripter.document_title end |