Property | Type | Description | |
---|---|---|---|
Init | void | ||
SetDipslayed | void | ||
SetElementsCollection | void | ||
SetEnabled | void | ||
SetInternalWebDriver | void | ||
SetSelected | void | ||
SetTagName | void | ||
SetText | void |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
Click ( ) : void | ||
FakeRemoteWebElement ( |
||
FindElement ( |
||
FindElementByClassName ( string className ) : IWebElement | ||
FindElementByCssSelector ( string cssSelector ) : IWebElement | ||
FindElementById ( string id ) : IWebElement | ||
FindElementByLinkText ( string linkText ) : IWebElement | ||
FindElementByName ( string name ) : IWebElement | ||
FindElementByPartialLinkText ( string partialLinkText ) : IWebElement | ||
FindElementByTagName ( string tagName ) : IWebElement | ||
FindElementByXPath ( string xpath ) : IWebElement | ||
FindElements ( |
||
FindElementsByClassName ( string className ) : ReadOnlyCollection |
||
FindElementsByCssSelector ( string cssSelector ) : ReadOnlyCollection |
||
FindElementsById ( string id ) : ReadOnlyCollection |
||
FindElementsByLinkText ( string linkText ) : ReadOnlyCollection |
||
FindElementsByName ( string name ) : ReadOnlyCollection |
||
FindElementsByPartialLinkText ( string partialLinkText ) : ReadOnlyCollection |
||
FindElementsByTagName ( string tagName ) : ReadOnlyCollection |
||
FindElementsByXPath ( string xpath ) : ReadOnlyCollection |
||
GetAttribute ( string attributeName ) : string | ||
GetCssValue ( string propertyName ) : string | ||
SendKeys ( string text ) : void | ||
Submit ( ) : void |
Method | Description | |
---|---|---|
Init ( ) : void | ||
SetDipslayed ( bool dipslayed ) : void | ||
SetElementsCollection ( List |
||
SetEnabled ( bool enabled ) : void | ||
SetInternalWebDriver ( string tagName, string text, bool enabled, bool displayed, bool selected ) : void | ||
SetSelected ( bool selected ) : void | ||
SetTagName ( string tagName ) : void | ||
SetText ( string text ) : void |
public FakeRemoteWebElement ( |
||
parentDriver | ||
id | string | |
return | System |
public FindElement ( |
||
by | ||
return | IWebElement |
public FindElementByClassName ( string className ) : IWebElement | ||
className | string | |
return | IWebElement |
public FindElementByCssSelector ( string cssSelector ) : IWebElement | ||
cssSelector | string | |
return | IWebElement |
public FindElementById ( string id ) : IWebElement | ||
id | string | |
return | IWebElement |
public FindElementByLinkText ( string linkText ) : IWebElement | ||
linkText | string | |
return | IWebElement |
public FindElementByName ( string name ) : IWebElement | ||
name | string | |
return | IWebElement |
public FindElementByPartialLinkText ( string partialLinkText ) : IWebElement | ||
partialLinkText | string | |
return | IWebElement |
public FindElementByTagName ( string tagName ) : IWebElement | ||
tagName | string | |
return | IWebElement |
public FindElementByXPath ( string xpath ) : IWebElement | ||
xpath | string | |
return | IWebElement |
public FindElements ( |
||
by | ||
return | ReadOnlyCollection |
public FindElementsByClassName ( string className ) : ReadOnlyCollection |
||
className | string | |
return | ReadOnlyCollection |
public FindElementsByCssSelector ( string cssSelector ) : ReadOnlyCollection |
||
cssSelector | string | |
return | ReadOnlyCollection |
public FindElementsById ( string id ) : ReadOnlyCollection |
||
id | string | |
return | ReadOnlyCollection |
public FindElementsByLinkText ( string linkText ) : ReadOnlyCollection |
||
linkText | string | |
return | ReadOnlyCollection |
public FindElementsByName ( string name ) : ReadOnlyCollection |
||
name | string | |
return | ReadOnlyCollection |
public FindElementsByPartialLinkText ( string partialLinkText ) : ReadOnlyCollection |
||
partialLinkText | string | |
return | ReadOnlyCollection |
public FindElementsByTagName ( string tagName ) : ReadOnlyCollection |
||
tagName | string | |
return | ReadOnlyCollection |
public FindElementsByXPath ( string xpath ) : ReadOnlyCollection |
||
xpath | string | |
return | ReadOnlyCollection |
public GetAttribute ( string attributeName ) : string | ||
attributeName | string | |
return | string |
public GetCssValue ( string propertyName ) : string | ||
propertyName | string | |
return | string |