ExpectedConditions TitleContains Method WebDriver
An expectation for checking that the title of a page contains a case-sensitive substring.

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> TitleContains(
	string title
)

Return Value

  when the title matches; otherwise,  .
See Also