Initializes a new instance of the UnexpectedTagNameException class with
the expected tag name and the actual tag name.
Namespace: OpenQA.Selenium.Support.UIAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- expected
- Type:
System String
The tag name that was expected.
- actual
- Type:
System String
The actual tag name of the element.
See Also