C# Class OpenQA.Selenium.IE.InternetExplorerWebElementCollection

Collection of Elements from Internet Explorer
Inheritance: IDisposable
Exibir arquivo Open project: epall/selenium Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Dispose of the object

InternetExplorerWebElementCollection ( InternetExplorerDriver driver, SafeWebElementCollectionHandle elements ) : System

Initializes a new instance of the InternetExplorerWebElementCollection class

ToList ( ) : List

Converts a Collection of elements into a list

Method Details

Dispose() public method

Dispose of the object
public Dispose ( ) : void
return void

InternetExplorerWebElementCollection() public method

Initializes a new instance of the InternetExplorerWebElementCollection class
public InternetExplorerWebElementCollection ( InternetExplorerDriver driver, SafeWebElementCollectionHandle elements ) : System
driver InternetExplorerDriver driver in use
elements SafeWebElementCollectionHandle Elements on the page
return System

ToList() public method

Converts a Collection of elements into a list
public ToList ( ) : List
return List