Skip to content

A Selenium (element 34) WebDriver UI Library for C# and Java

Notifications You must be signed in to change notification settings

danhumphrey/ThirtyFour.UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.