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