C# Class OpenQA.Selenium.Chrome.ChromeWebElement

Provides a mechanism to get elements off the page for test
Inheritance: RenderedRemoteWebElement, ILocatable, IFindsByCssSelector
Exibir arquivo Open project: OpiumCity/YoutubeViewBotWithProxy Class Usage Examples

Public Methods

Method Description
ChromeWebElement ( ChromeDriver parent, string elementId ) : OpenQA.Selenium.Chromium

Initializes a new instance of the ChromeWebElement class.

Method Details

ChromeWebElement() public method

Initializes a new instance of the ChromeWebElement class.
public ChromeWebElement ( ChromeDriver parent, string elementId ) : OpenQA.Selenium.Chromium
parent ChromeDriver Driver in use
elementId string Id of the element
return OpenQA.Selenium.Chromium