Method: Selenium::WebDriver::Remote::Bridge#getPageSource

Defined in:
lib/selenium/webdriver/remote/bridge.rb

#getPageSourceObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



150
151
152
# File 'lib/selenium/webdriver/remote/bridge.rb', line 150

def getPageSource
  execute :getPageSource
end