Method: Selenium::WebDriver::Driver#title
- Defined in:
- lib/selenium/webdriver/common/driver.rb
#title ⇒ String
Get the title of the current page
117 118 119 |
# File 'lib/selenium/webdriver/common/driver.rb', line 117 def title bridge.getTitle end |