C# Class Selenium.Extensions.DialogManager

Manages dialog boxes.
Inheritance: IDialogManager
Afficher le fichier Open project: Jayman1305/Selenium.Extensions Class Usage Examples

Méthodes publiques

Méthode Description
SelectFiles ( WebDriverType webDriverType, string directory ) : DialogManager

Interacts with file dialog windows.

Method Details

SelectFiles() public méthode

Interacts with file dialog windows.
Could not find dialog window.
public SelectFiles ( WebDriverType webDriverType, string directory ) : DialogManager
webDriverType WebDriverType The Type of web driver.
directory string The directory.
Résultat DialogManager