C# Class Winium.Elements.Desktop.ComboBox

Inheritance: DesktopElement
Afficher le fichier Open project: 2gis/Winium.Elements

Méthodes publiques

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

Private Methods

Méthode Description
CallComboBoxCommand ( string command ) : OpenQA.Selenium.Remote.Response

Method Details

Collapse() public méthode

public Collapse ( ) : void
Résultat void

ComboBox() public méthode

public ComboBox ( IWebElement element ) : System.Collections.Generic
element IWebElement
Résultat System.Collections.Generic

Expand() public méthode

public Expand ( ) : void
Résultat void

FindSelected() public méthode

public FindSelected ( int row, int column ) : RemoteWebElement
row int
column int
Résultat OpenQA.Selenium.Remote.RemoteWebElement

ScrollTo() public méthode

public ScrollTo ( By by ) : RemoteWebElement
by OpenQA.Selenium.By
Résultat OpenQA.Selenium.Remote.RemoteWebElement