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