C# 클래스 Serenity.Fixtures.Handlers.CheckboxHandler

상속: IElementHandler
파일 보기 프로젝트 열기: DarthFubuMVC/Serenity

공개 메소드들

메소드 설명
Check ( IWebElement checkbox ) : void
EnterData ( ISearchContext context, IWebElement element, object data ) : void
GetData ( ISearchContext context, IWebElement element ) : string
IsChecked ( IWebElement checkbox ) : bool
IsEnabled ( IWebElement checkbox ) : bool
Matches ( IWebElement element ) : bool

메소드 상세

Check() 공개 정적인 메소드

public static Check ( IWebElement checkbox ) : void
checkbox IWebElement
리턴 void

EnterData() 공개 메소드

public EnterData ( ISearchContext context, IWebElement element, object data ) : void
context ISearchContext
element IWebElement
data object
리턴 void

GetData() 공개 메소드

public GetData ( ISearchContext context, IWebElement element ) : string
context ISearchContext
element IWebElement
리턴 string

IsChecked() 공개 정적인 메소드

public static IsChecked ( IWebElement checkbox ) : bool
checkbox IWebElement
리턴 bool

IsEnabled() 공개 정적인 메소드

public static IsEnabled ( IWebElement checkbox ) : bool
checkbox IWebElement
리턴 bool

Matches() 공개 메소드

public Matches ( IWebElement element ) : bool
element IWebElement
리턴 bool