C# 클래스 FluentWebUITesting.Controls.TableWrapper

상속: ControlWrapperBase
파일 보기 프로젝트 열기: mvbalaw/FluentWebUITesting

공개 메소드들

메소드 설명
Headers ( ) : IEnumerable
Rows ( ) : IEnumerable
TableWrapper ( IWebElement table, string howFound, IWebDriver browser ) : System

비공개 메소드들

메소드 설명
GetBodyRows ( ReadOnlyCollection allRows ) : IEnumerable
GetFooterRows ( IEnumerable allRows ) : IEnumerable
GetHeaderRows ( ReadOnlyCollection allRows ) : IEnumerable

메소드 상세

Headers() 공개 메소드

public Headers ( ) : IEnumerable
리턴 IEnumerable

Rows() 공개 메소드

public Rows ( ) : IEnumerable
리턴 IEnumerable

TableWrapper() 공개 메소드

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