C# Class FluentWebUITesting.Controls.TableWrapper

Inheritance: ControlWrapperBase
Mostrar archivo Open project: mvbalaw/FluentWebUITesting

Public Methods

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

Private Methods

Method Description
GetBodyRows ( ReadOnlyCollection allRows ) : IEnumerable
GetFooterRows ( IEnumerable allRows ) : IEnumerable
GetHeaderRows ( ReadOnlyCollection allRows ) : IEnumerable

Method Details

Headers() public method

public Headers ( ) : IEnumerable
return IEnumerable

Rows() public method

public Rows ( ) : IEnumerable
return IEnumerable

TableWrapper() public method

public TableWrapper ( IWebElement table, string howFound, IWebDriver browser ) : System
table IWebElement
howFound string
browser IWebDriver
return System