Class CheckboxGrid
Base class which represents an entire page request.
-
Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\View
-
Azalea\Selenium\EHR\UI\Grid
-
Azalea\Selenium\EHR\UI\CheckboxGrid
Methods summary
public
boolean
|
#
hasCheckboxes( )
Returns true if the grid has any checkboxes.
Returns true if the grid has any checkboxes.
Returns
boolean
|
public
array
|
#
getCheckboxes( )
Gets all visible checkbox elements for this grid.
Gets all visible checkbox elements for this grid.
Returns
array
|
public
boolean
|
#
isAllCheckboxesChecked( )
Returns true if all visible checkboxes are checked.
Returns true if all visible checkboxes are checked.
Returns
boolean
|
public
|
#
checkAll( )
Checks all checkboxes in the grid if not already selected.
Checks all checkboxes in the grid if not already selected.
|
public
|
#
uncheckAll( )
Uchecks all checkboxes in the grid if not already unselected.
Uchecks all checkboxes in the grid if not already unselected.
|
Methods inherited from Azalea\Selenium\Core\WebDriver
__call(),
clickAndWait(),
displayed(),
displayedById(),
exists(),
existsById(),
getCurrentHash(),
getDriver(),
getElementsByCss(),
setDriver(),
spinWait(),
wait()
|