C# 클래스 PiroPiro.Selenium.SeleniumBrowser

상속: Browser
파일 보기 프로젝트 열기: benjamine/PiroPiro 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SeleniumBrowser ( RemoteWebDriver driver, bool isLocal, Configuration cfg = null ) : System

보호된 메소드들

메소드 설명
DoBack ( ) : void
DoClick ( ) : void
DoDispose ( ) : void
DoEvaluateJS ( string js ) : string
DoExecuteJS ( string js ) : void
DoExecuteJSAsync ( string js ) : void
DoForward ( ) : void
DoLeaveIFrameContent ( ) : void
DoQuery ( string selector ) : IEnumerable
DoQuerySingle ( string selector ) : Element
DoRefresh ( ) : void
DoSendKeys ( string keys ) : void
DoVisit ( Uri uri, bool onSite ) : void
DoWaitElement ( Func elementGet, System.TimeSpan wait ) : Element

메소드 상세

DoBack() 보호된 메소드

protected DoBack ( ) : void
리턴 void

DoClick() 보호된 메소드

protected DoClick ( ) : void
리턴 void

DoDispose() 보호된 메소드

protected DoDispose ( ) : void
리턴 void

DoEvaluateJS() 보호된 메소드

protected DoEvaluateJS ( string js ) : string
js string
리턴 string

DoExecuteJS() 보호된 메소드

protected DoExecuteJS ( string js ) : void
js string
리턴 void

DoExecuteJSAsync() 보호된 메소드

protected DoExecuteJSAsync ( string js ) : void
js string
리턴 void

DoForward() 보호된 메소드

protected DoForward ( ) : void
리턴 void

DoLeaveIFrameContent() 보호된 메소드

protected DoLeaveIFrameContent ( ) : void
리턴 void

DoQuery() 보호된 메소드

protected DoQuery ( string selector ) : IEnumerable
selector string
리턴 IEnumerable

DoQuerySingle() 보호된 메소드

protected DoQuerySingle ( string selector ) : Element
selector string
리턴 Element

DoRefresh() 보호된 메소드

protected DoRefresh ( ) : void
리턴 void

DoSendKeys() 보호된 메소드

protected DoSendKeys ( string keys ) : void
keys string
리턴 void

DoVisit() 보호된 메소드

protected DoVisit ( Uri uri, bool onSite ) : void
uri System.Uri
onSite bool
리턴 void

DoWaitElement() 보호된 메소드

protected DoWaitElement ( Func elementGet, System.TimeSpan wait ) : Element
elementGet Func
wait System.TimeSpan
리턴 Element

SeleniumBrowser() 공개 메소드

public SeleniumBrowser ( RemoteWebDriver driver, bool isLocal, Configuration cfg = null ) : System
driver OpenQA.Selenium.Remote.RemoteWebDriver
isLocal bool
cfg Configuration
리턴 System