Class Scheduler
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\Scheduler\Scheduler
Namespace: Azalea\Selenium\EHR\UI\Scheduler
Located at lib/src/Azalea/Selenium/EHR/UI/Scheduler/Scheduler.php
Located at lib/src/Azalea/Selenium/EHR/UI/Scheduler/Scheduler.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. |
#
"/scheduler"
|
protected static
string
|
$selector
$selector Optional CSS selector for this view's element. |
#
"#scheduler_main"
|
protected static
array
|
$tabs
|
#
array(
"Scheduler" => "\Azalea\Selenium\EHR\UI\Scheduler\SchedulerTab",
"Recalls" => "\Azalea\Selenium\EHR\UI\Scheduler\RecallsTab",
"Appointments" => "\Azalea\Selenium\EHR\UI\Scheduler\AppointmentsTab",
"Appointments_Requests" => "\Azalea\Selenium\EHR\UI\Scheduler\AppointmentsRequestsTab"
)
|
public static
string
|
$SCHEDULER_TAB
|
#
"Scheduler"
|
public static
string
|
$RECALLS_TAB
|
#
"Recalls"
|
public static
string
|
$APPOINTMENTS_TAB
|
#
"Appointments"
|
public static
string
|
$APPOINTMENTS_REQUESTS_TAB
|
#
"Appointments_Requests"
|
$driver,
$timeout
|