C# Class OpenQA.Selenium.IE.InternetExplorerWebElementCollection

Collection of Elements from Internet Explorer
Inheritance: IDisposable
Afficher le fichier Open project: epall/selenium Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Dispose of the object
public Dispose ( ) : void
Résultat void

InternetExplorerWebElementCollection() public méthode

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
Résultat System

ToList() public méthode

Converts a Collection of elements into a list
public ToList ( ) : List
Résultat List