C# Class OpenQA.Selenium.Support.Events.WebDriverNavigationEventArgs

Inheritance: EventArgs
Afficher le fichier Open project: vidyutron/UnifiedFramework Class Usage Examples

Méthodes publiques

Méthode Description
WebDriverNavigationEventArgs ( IWebDriver driver ) : System
WebDriverNavigationEventArgs ( IWebDriver driver, string url ) : System

Method Details

WebDriverNavigationEventArgs() public méthode

public WebDriverNavigationEventArgs ( IWebDriver driver ) : System
driver IWebDriver
Résultat System

WebDriverNavigationEventArgs() public méthode

public WebDriverNavigationEventArgs ( IWebDriver driver, string url ) : System
driver IWebDriver
url string
Résultat System