ExpectedConditions TitleIs Method WebDriver
An expectation for checking the title of a page.

Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public static Func<IWebDriver, bool> TitleIs(
	string title
)

Parameters

title
Type: OnlineSystem String
The expected title, which must be an exact match.

Return Value

  when the title matches; otherwise,  .
See Also