Method: PageMagic::InstanceMethods#text
- Defined in:
- lib/page_magic/instance_methods.rb
#text ⇒ Object
Returns the page text.
50 51 52 |
# File 'lib/page_magic/instance_methods.rb', line 50 def text browser.text end |
Returns the page text.
50 51 52 |
# File 'lib/page_magic/instance_methods.rb', line 50 def text browser.text end |