Method: Selenium::WebDriver::Driver#title

Defined in:
lib/selenium/webdriver/common/driver.rb

#titleString

Get the title of the current page

Returns:


117
118
119
# File 'lib/selenium/webdriver/common/driver.rb', line 117

def title
  bridge.getTitle
end