An expectation for checking that the title of a page contains a case-sensitive substring.
Namespace: OpenQA.Selenium.Support.UIAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public static Func<IWebDriver, bool> TitleContains( string title )
Parameters
- title
- Type:
System String
The fragment of title expected.
Return Value
when the title matches; otherwise, .See Also