Method: PageMagic::InstanceMethods#text

Defined in:
lib/page_magic/instance_methods.rb

#textObject

Returns the page text.

Returns:

  • the page text



50
51
52
# File 'lib/page_magic/instance_methods.rb', line 50

def text
  browser.text
end