Class Patients
Base class which represents an entire page request.
- Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\View
-
Azalea\Selenium\EHR\UI\TabContainer
-
Azalea\Selenium\EHR\UI\Patients\Patients
Namespace: Azalea\Selenium\EHR\UI\Patients
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/Patients.php
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/Patients.php
public
|
|
public
|
|
public
|
|
public
|
closeAllTabs(),
closeTab(),
getTab(),
hasTab(),
openTab()
|
__construct(),
get(),
getHash(),
getSelector(),
setHash(),
updateHash(),
verify()
|
__call(),
clickAndWait(),
displayed(),
displayedById(),
exists(),
existsById(),
getCurrentHash(),
getDriver(),
getElementsByCss(),
setDriver(),
spinWait(),
wait()
|
protected static
string
|
$hash
$hash The hash fragment corresponding to this view, if any. |
#
"\patients"
|
protected static
string
|
$selector
$selector Optional CSS selector for this view's element. |
#
"#patients_main"
|
protected static
array
|
$tabs
|
#
array(
"Patients" => "\Azalea\Selenium\EHR\UI\Patients\PatientsListTab",
"Charts" => "\Azalea\Selenium\EHR\UI\Charts\ChartsListTab"
)
|
public static
string
|
$PATIENTS_LIST_TAB
|
#
"Patients"
|
public static
string
|
$CHARTS_LIST_TAB
|
#
"Charts"
|
$driver,
$timeout
|