C# Class PiroPiro.Selenium.SeleniumElement

Inheritance: Element
Mostrar archivo Open project: benjamine/PiroPiro

Public Methods

Method Description
DoGetAttribute ( string name ) : string
SeleniumElement ( IWebElement element, SeleniumBrowser browser ) : System

Protected Methods

Method Description
DoClear ( ) : void
DoClick ( ) : void
DoGetIFrameContent ( ) : PiroPiro.Contract.Element
DoGetTagName ( ) : string
DoLeaveIFrameContent ( ) : void
DoQuery ( string selector ) : IEnumerable
DoQuerySingle ( string selector ) : Element
DoSendKeys ( string keys ) : void
DoSetFile ( string path ) : void

Method Details

DoClear() protected method

protected DoClear ( ) : void
return void

DoClick() protected method

protected DoClick ( ) : void
return void

DoGetAttribute() public method

public DoGetAttribute ( string name ) : string
name string
return string

DoGetIFrameContent() protected method

protected DoGetIFrameContent ( ) : PiroPiro.Contract.Element
return PiroPiro.Contract.Element

DoGetTagName() protected method

protected DoGetTagName ( ) : string
return string

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

DoSendKeys() protected method

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

DoSetFile() protected method

protected DoSetFile ( string path ) : void
path string
return void

SeleniumElement() public method

public SeleniumElement ( IWebElement element, SeleniumBrowser browser ) : System
element IWebElement
browser SeleniumBrowser
return System