C# Class Winium.Elements.Desktop.ComboBox

Inheritance: DesktopElement
Show file Open project: 2gis/Winium.Elements

Public Methods

Method Description
Collapse ( ) : void
ComboBox ( IWebElement element ) : System.Collections.Generic
Expand ( ) : void
FindSelected ( int row, int column ) : RemoteWebElement
ScrollTo ( By by ) : RemoteWebElement

Private Methods

Method Description
CallComboBoxCommand ( string command ) : OpenQA.Selenium.Remote.Response

Method Details

Collapse() public method

public Collapse ( ) : void
return void

ComboBox() public method

public ComboBox ( IWebElement element ) : System.Collections.Generic
element IWebElement
return System.Collections.Generic

Expand() public method

public Expand ( ) : void
return void

FindSelected() public method

public FindSelected ( int row, int column ) : RemoteWebElement
row int
column int
return OpenQA.Selenium.Remote.RemoteWebElement

ScrollTo() public method

public ScrollTo ( By by ) : RemoteWebElement
by OpenQA.Selenium.By
return OpenQA.Selenium.Remote.RemoteWebElement