Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 898 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 898 Bytes

ThirtyFour.UI

A Selenium (element 34) WebDriver UI Library

Components

WrappedElement

The WrappedElement class provides some convenience properties and methods which are applicable to all elements.

CleanWebDriverWait

The CleanWebDriverWait class removes then reapplies the ImplicitWait to ensure that Explict waits are performant.

Form/RadioButton

The RadioButton class provides functionality specific to input elements where type = radio

Form/CheckBox

The Checkbox class provides functionality specific to input elements where type = checkbox

Window/BrowserWindow

The BrowserWindow (and associated classes) provide functionality specific to popups and additional browser windows.

Table/Table

The Table (and associated classes) provide functionality specific to table elements.