C# 클래스 Bumblebee.Extensions.WebElementConvenience

파일 보기 프로젝트 열기: bumblebee/bumblebee

공개 메소드들

메소드 설명
GetClasses ( this element ) : IEnumerable
GetDriver ( this element ) : IWebDriver
GetID ( this element ) : string
HasClass ( this element, string className ) : bool
SetAttribute ( this element, string attribute, string value ) : void

비공개 메소드들

메소드 설명
GetElement ( this driver, By by ) : IWebElement
GetElements ( this driver, By by ) : IList

메소드 상세

GetClasses() 공개 정적인 메소드

public static GetClasses ( this element ) : IEnumerable
element this
리턴 IEnumerable

GetDriver() 공개 정적인 메소드

public static GetDriver ( this element ) : IWebDriver
element this
리턴 IWebDriver

GetID() 공개 정적인 메소드

public static GetID ( this element ) : string
element this
리턴 string

HasClass() 공개 정적인 메소드

public static HasClass ( this element, string className ) : bool
element this
className string
리턴 bool

SetAttribute() 공개 정적인 메소드

public static SetAttribute ( this element, string attribute, string value ) : void
element this
attribute string
value string
리턴 void