C# 클래스 Bumblebee.Implementation.Block

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

공개 메소드들

메소드 설명
FindElement ( By by ) : IWebElement
FindElements ( By by ) : IList
GetDragAndDropPerformer ( ) : IPerformsDragAndDrop
VerifyMonkeyState ( ) : void

보호된 메소드들

메소드 설명
Block ( Session session ) : System

비공개 메소드들

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

메소드 상세

Block() 보호된 메소드

protected Block ( Session session ) : System
session Session
리턴 System

FindElement() 공개 메소드

public FindElement ( By by ) : IWebElement
by OpenQA.Selenium.By
리턴 IWebElement

FindElements() 공개 메소드

public FindElements ( By by ) : IList
by OpenQA.Selenium.By
리턴 IList

GetDragAndDropPerformer() 공개 메소드

public GetDragAndDropPerformer ( ) : IPerformsDragAndDrop
리턴 IPerformsDragAndDrop

VerifyMonkeyState() 공개 메소드

public VerifyMonkeyState ( ) : void
리턴 void