C# Class OpenQA.Selenium.Chrome.ChromeWebElement

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

Méthodes publiques

Méthode Description
ChromeWebElement ( ChromeDriver parent, string elementId ) : OpenQA.Selenium.Chromium

Initializes a new instance of the ChromeWebElement class.

Method Details

ChromeWebElement() public méthode

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
Résultat OpenQA.Selenium.Chromium