C# Класс UIAccess.WebControls.WebComboBox

Наследование: WebControl
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
DeselectAll ( ) : void
DeselectByIndex ( int index ) : void
DeselectByText ( string text ) : void
DeselectByValue ( string value ) : void
GetAllOptions ( ) : ReadOnlyCollection
NativeSelect ( string text, string childrenXpath, int timeOut ) : void
SelectByIndex ( int index ) : void
SelectByIndex ( int index, int timeOut ) : void
SelectByText ( string textOption ) : void
SelectByText ( string textOption, int timeOut ) : void
SelectByValue ( string value ) : void
WebComboBox ( Browser aBrowser, Locator aLocator ) : System

Описание методов

DeselectAll() публичный Метод

public DeselectAll ( ) : void
Результат void

DeselectByIndex() публичный Метод

public DeselectByIndex ( int index ) : void
index int
Результат void

DeselectByText() публичный Метод

public DeselectByText ( string text ) : void
text string
Результат void

DeselectByValue() публичный Метод

public DeselectByValue ( string value ) : void
value string
Результат void

GetAllOptions() публичный Метод

public GetAllOptions ( ) : ReadOnlyCollection
Результат ReadOnlyCollection

NativeSelect() публичный Метод

public NativeSelect ( string text, string childrenXpath, int timeOut ) : void
text string
childrenXpath string
timeOut int
Результат void

SelectByIndex() публичный Метод

public SelectByIndex ( int index ) : void
index int
Результат void

SelectByIndex() публичный Метод

public SelectByIndex ( int index, int timeOut ) : void
index int
timeOut int
Результат void

SelectByText() публичный Метод

public SelectByText ( string textOption ) : void
textOption string
Результат void

SelectByText() публичный Метод

public SelectByText ( string textOption, int timeOut ) : void
textOption string
timeOut int
Результат void

SelectByValue() публичный Метод

public SelectByValue ( string value ) : void
value string
Результат void

WebComboBox() публичный Метод

public WebComboBox ( Browser aBrowser, Locator aLocator ) : System
aBrowser WebDriverWrapper.Browser
aLocator Locator
Результат System