Initializes a new instance of the InternetExplorerWebElement class.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public InternetExplorerWebElement( InternetExplorerDriver parent, string id )
Parameters
- parent
- Type: OpenQA.Selenium.IE InternetExplorerDriver
Driver in use.
- id
- Type:
System String
ID of the element.
See Also