Method: PageObject::Platforms::SeleniumWebDriver::PageObject#html

Defined in:
lib/page-object/platforms/selenium_webdriver/page_object.rb

#htmlObject

platform method to retrieve the html for the current page See PageObject#html



47
48
49
# File 'lib/page-object/platforms/selenium_webdriver/page_object.rb', line 47

def html
  @browser.page_source
end