Свойство | Тип | Описание | |
---|---|---|---|
Init | void | ||
SetElementsCollection | void |
Метод | Описание | |
---|---|---|
Clear ( ) : void | ||
Click ( ) : void | ||
FakeWebElement ( ) : OpenQA.Selenium | ||
FakeWebElement ( IWebElement realWebElement ) : OpenQA.Selenium |
Like decorator
|
|
FakeWebElement ( string tagName, string text ) : OpenQA.Selenium | ||
FakeWebElement ( string tagName, string text, |
||
FakeWebElement ( string tagName, string text, bool displayed, bool enabled, bool selected ) : OpenQA.Selenium | ||
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 ( By by ) : ReadOnlyCollection |
||
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 |
Метод | Описание | |
---|---|---|
Init ( ) : void | ||
SetElementsCollection ( List |
public FakeWebElement ( ) : OpenQA.Selenium | ||
Результат | OpenQA.Selenium |
public FakeWebElement ( IWebElement realWebElement ) : OpenQA.Selenium | ||
realWebElement | IWebElement | |
Результат | OpenQA.Selenium |
public FakeWebElement ( string tagName, string text ) : OpenQA.Selenium | ||
tagName | string | |
text | string | |
Результат | OpenQA.Selenium |
public FakeWebElement ( string tagName, string text, |
||
tagName | string | |
text | string | |
location | ||
size | ||
Результат | OpenQA.Selenium |
public FakeWebElement ( string tagName, string text, bool displayed, bool enabled, bool selected ) : OpenQA.Selenium | ||
tagName | string | |
text | string | |
displayed | bool | |
enabled | bool | |
selected | bool | |
Результат | OpenQA.Selenium |
public FindElement ( |
||
by | ||
Результат | IWebElement |
public FindElementByClassName ( string className ) : IWebElement | ||
className | string | |
Результат | IWebElement |
public FindElementByCssSelector ( string cssSelector ) : IWebElement | ||
cssSelector | string | |
Результат | IWebElement |
public FindElementById ( string id ) : IWebElement | ||
id | string | |
Результат | IWebElement |
public FindElementByLinkText ( string linkText ) : IWebElement | ||
linkText | string | |
Результат | IWebElement |
public FindElementByName ( string name ) : IWebElement | ||
name | string | |
Результат | IWebElement |
public FindElementByPartialLinkText ( string partialLinkText ) : IWebElement | ||
partialLinkText | string | |
Результат | IWebElement |
public FindElementByTagName ( string tagName ) : IWebElement | ||
tagName | string | |
Результат | IWebElement |
public FindElementByXPath ( string xpath ) : IWebElement | ||
xpath | string | |
Результат | IWebElement |
public FindElements ( By by ) : ReadOnlyCollection |
||
by | By | |
Результат | ReadOnlyCollection |
public FindElementsByClassName ( string className ) : ReadOnlyCollection |
||
className | string | |
Результат | ReadOnlyCollection |
public FindElementsByCssSelector ( string cssSelector ) : ReadOnlyCollection |
||
cssSelector | string | |
Результат | ReadOnlyCollection |
public FindElementsById ( string id ) : ReadOnlyCollection |
||
id | string | |
Результат | ReadOnlyCollection |
public FindElementsByLinkText ( string linkText ) : ReadOnlyCollection |
||
linkText | string | |
Результат | ReadOnlyCollection |
public FindElementsByName ( string name ) : ReadOnlyCollection |
||
name | string | |
Результат | ReadOnlyCollection |
public FindElementsByPartialLinkText ( string partialLinkText ) : ReadOnlyCollection |
||
partialLinkText | string | |
Результат | ReadOnlyCollection |
public FindElementsByTagName ( string tagName ) : ReadOnlyCollection |
||
tagName | string | |
Результат | ReadOnlyCollection |
public FindElementsByXPath ( string xpath ) : ReadOnlyCollection |
||
xpath | string | |
Результат | ReadOnlyCollection |
public GetAttribute ( string attributeName ) : string | ||
attributeName | string | |
Результат | string |
public GetCssValue ( string propertyName ) : string | ||
propertyName | string | |
Результат | string |