Class: Watir::IFrame
- Inherits:
-
HTMLElement
- Object
- HTMLElement
- Watir::IFrame
- Defined in:
- lib/extensions/watir/iframe.rb
Instance Method Summary collapse
-
#text! ⇒ String
Uses Nokogiri to return the text of iframe body.
Instance Method Details
#text! ⇒ String
Uses Nokogiri to return the text of iframe body.
9 10 11 |
# File 'lib/extensions/watir/iframe.rb', line 9 def text! body.text! end |