C# Class Selenium.Extensions.DialogManager

Manages dialog boxes.
Inheritance: IDialogManager
Show file Open project: Jayman1305/Selenium.Extensions Class Usage Examples

Public Methods

Method Description
SelectFiles ( WebDriverType webDriverType, string directory ) : DialogManager

Interacts with file dialog windows.

Method Details

SelectFiles() public method

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.
return DialogManager