DefaultSelenium GetTitle Method WebDriver
Gets the title of the current page.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public string GetTitle()

Return Value

the title of the current page

Implements

ISelenium GetTitle 
See Also