A Selenium (element 34) WebDriver UI Library
The WrappedElement
class provides some convenience properties and methods which are applicable to all elements.
The CleanWebDriverWait
class removes then reapplies the ImplicitWait to ensure that Explict waits are performant.
The RadioButton
class provides functionality specific to input
elements where type
= radio
The Checkbox
class provides functionality specific to input
elements where type
= checkbox
The BrowserWindow
(and associated classes) provide functionality specific to popups and additional browser windows.
The Table
(and associated classes) provide functionality specific to table
elements.