C# Class PiroPiro.Selenium.SeleniumBrowser

Inheritance: Browser
ファイルを表示 Open project: benjamine/PiroPiro Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SeleniumBrowser ( RemoteWebDriver driver, bool isLocal, Configuration cfg = null ) : System

Protected Methods

Method Description
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

Method Details

DoBack() protected method

protected DoBack ( ) : void
return void

DoClick() protected method

protected DoClick ( ) : void
return void

DoDispose() protected method

protected DoDispose ( ) : void
return void

DoEvaluateJS() protected method

protected DoEvaluateJS ( string js ) : string
js string
return string

DoExecuteJS() protected method

protected DoExecuteJS ( string js ) : void
js string
return void

DoExecuteJSAsync() protected method

protected DoExecuteJSAsync ( string js ) : void
js string
return void

DoForward() protected method

protected DoForward ( ) : void
return void

DoLeaveIFrameContent() protected method

protected DoLeaveIFrameContent ( ) : void
return void

DoQuery() protected method

protected DoQuery ( string selector ) : IEnumerable
selector string
return IEnumerable

DoQuerySingle() protected method

protected DoQuerySingle ( string selector ) : Element
selector string
return Element

DoRefresh() protected method

protected DoRefresh ( ) : void
return void

DoSendKeys() protected method

protected DoSendKeys ( string keys ) : void
keys string
return void

DoVisit() protected method

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

DoWaitElement() protected method

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

SeleniumBrowser() public method

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