Overview

Namespaces

  • Azalea
    • Selenium
      • App
        • Charts
        • Components
        • Encounters
        • Home
        • Login
        • Main
        • Messages
        • Patients
        • Scheduler
      • Core
      • EHR
        • UI
          • Charts
          • Documents
          • Encounters
          • Home
          • Messaging
            • Folders
          • Patients
          • Payments
          • Precerts
          • Reports
          • Scheduler
          • Settings
            • General
              • Locations
              • Roles
              • Users
        • User
      • Login
        • UI
      • PHR
        • UI
        • User
      • Toolkit
        • Exception
        • Validation
    • Util
  • None
  • tests
    • integration
      • barebones
        • controllers
          • charts
          • patients
          • system
        • models
          • billing
          • encounters
          • examples
          • messaging
          • rcm
          • system
    • unit
      • barebones
        • lib
        • utilities
          • calculations

Classes

  • CheckboxGrid
  • Grid
  • GridRow
  • Heading
  • LockScreen
  • MainMenu
  • MainSearch
  • Module
  • Notifications
  • Popup
  • PopupConfirm
  • PopupError
  • SelectDropdown
  • TabContainer
  • TabPanel
  • UserAccountMenu
  • Overview
  • Namespace
  • Class

Class MainMenu

Base class which represents an entire page request.

Azalea\Selenium\Core\WebDriver
Extended by Azalea\Selenium\Core\View
Extended by Azalea\Selenium\EHR\UI\MainMenu
Namespace: Azalea\Selenium\EHR\UI
Located at lib/src/Azalea/Selenium/EHR/UI/MainMenu.php
Methods summary
public
# clickHome( )
public
# hasHome( )
public
# clickScheduler( )
public
# hasScheduler( )
public
# clickPatients( )
public
# hasPatients( )
public
# clickEncounters( )
public
# hasEncounters( )
public
# clickPayments( )
public
# hasPayments( )
public
# clickPrecerts( )
public
# hasPrecerts( )
public
# clickDocuments( )
public
# hasDocuments( )
public
# clickReports( )
public
# hasReports( )
public
# clickSettings( )
public
# hasSettings( )
public boolean
# verify( )

Returns

boolean

Override

Overrides

Azalea\Selenium\Core\View::verify()
Methods inherited from Azalea\Selenium\Core\View
__construct(), get(), getHash(), getSelector(), setHash(), updateHash()
Methods inherited from Azalea\Selenium\Core\WebDriver
__call(), clickAndWait(), displayed(), displayedById(), exists(), existsById(), getCurrentHash(), getDriver(), getElementsByCss(), setDriver(), spinWait(), wait()
Properties summary
protected static string $HOME_CSS
# "#main_menu .home"
protected static string $SCHEDULER_CSS
# "#main_menu .scheduler"
protected static string $PATIENTS_CSS
# "#main_menu .patients"
protected static string $ENCOUNTERS_CSS
# "#main_menu .encounters"
protected static string $PAYMENTS_CSS
# "#main_menu .payments"
protected static string $PRECERTS_CSS
# "#main_menu .precerts"
protected static string $DOCUMENTS_CSS
# "#main_menu .documents"
protected static string $REPORTS_CSS
# "#main_menu .reports"
protected static string $SETTINGS_CSS
# "#main_menu .settings"
Properties inherited from Azalea\Selenium\Core\View
$hash, $selector
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen