C# Class Selenium.Essentials.ElementUnavailableException

Inheritance: Selenium.Essentials.WebControlException
Datei anzeigen Open project: peterrexj/Selenium.Essentials

Public Methods

Method Description
ElementUnavailableException ( IWebDriver driver, IBaseControl uiControl ) : OpenQA.Selenium
ElementUnavailableException ( IWebDriver driver, IWebElement uiControl ) : OpenQA.Selenium
ElementUnavailableException ( IWebDriver driver, string message, IBaseControl uiControl ) : OpenQA.Selenium
ElementUnavailableException ( IWebDriver driver, string message, IWebElement uiControl ) : OpenQA.Selenium

Method Details

ElementUnavailableException() public method

public ElementUnavailableException ( IWebDriver driver, IBaseControl uiControl ) : OpenQA.Selenium
driver IWebDriver
uiControl IBaseControl
return OpenQA.Selenium

ElementUnavailableException() public method

public ElementUnavailableException ( IWebDriver driver, IWebElement uiControl ) : OpenQA.Selenium
driver IWebDriver
uiControl IWebElement
return OpenQA.Selenium

ElementUnavailableException() public method

public ElementUnavailableException ( IWebDriver driver, string message, IBaseControl uiControl ) : OpenQA.Selenium
driver IWebDriver
message string
uiControl IBaseControl
return OpenQA.Selenium

ElementUnavailableException() public method

public ElementUnavailableException ( IWebDriver driver, string message, IWebElement uiControl ) : OpenQA.Selenium
driver IWebDriver
message string
uiControl IWebElement
return OpenQA.Selenium