C# Class FluentWebUITesting.Controls.TableWrapper

Inheritance: ControlWrapperBase
Afficher le fichier Open project: mvbalaw/FluentWebUITesting

Méthodes publiques

Méthode Description
Headers ( ) : IEnumerable
Rows ( ) : IEnumerable
TableWrapper ( IWebElement table, string howFound, IWebDriver browser ) : System

Private Methods

Méthode Description
GetBodyRows ( ReadOnlyCollection allRows ) : IEnumerable
GetFooterRows ( IEnumerable allRows ) : IEnumerable
GetHeaderRows ( ReadOnlyCollection allRows ) : IEnumerable

Method Details

Headers() public méthode

public Headers ( ) : IEnumerable
Résultat IEnumerable

Rows() public méthode

public Rows ( ) : IEnumerable
Résultat IEnumerable

TableWrapper() public méthode

public TableWrapper ( IWebElement table, string howFound, IWebDriver browser ) : System
table IWebElement
howFound string
browser IWebDriver
Résultat System