An expectation for checking the title of a page.
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> TitleIs( string title )
Parameters
- title
- Type:
System String
The expected title, which must be an exact match.
Return Value
when the title matches; otherwise, .See Also