C# Class Selenol.Elements.FileUploadElement

Inheritance: BaseHtmlElement
Mostrar archivo Open project: pbakshy/Selenol Class Usage Examples

Public Methods

Method Description
FileUploadElement ( IWebElement webElement ) : System

Initializes a new instance of the FileUploadElement class.

SelectFile ( string fullFileName ) : void

Select a file.

Method Details

FileUploadElement() public method

Initializes a new instance of the FileUploadElement class.
public FileUploadElement ( IWebElement webElement ) : System
webElement IWebElement The web element.
return System

SelectFile() public method

Select a file.
public SelectFile ( string fullFileName ) : void
fullFileName string The full file name.
return void