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

  • GroupsSection
  • HandoutsSection
  • InsurancesSection
  • LocationsSection
  • ProvidersSection
  • RolesSection
  • UsersSection
  • Overview
  • Namespace
  • Class

Class LocationsSection

Base class which represents an entire page request.

Azalea\Selenium\Core\WebDriver
Extended by Azalea\Selenium\Core\View
Extended by Azalea\Selenium\EHR\UI\Settings\General\LocationsSection
Namespace: Azalea\Selenium\EHR\UI\Settings\General
Located at lib/src/Azalea/Selenium/EHR/UI/Settings/General/LocationsSection.php
Methods summary
public boolean
# verify( $args = array() )

Stub function. Override in child classes.

Stub function. Override in child classes.

Returns

boolean

Overrides

Azalea\Selenium\Core\View::verify()
public
# getList( )
public
# clickCreate( )
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 $hash

$hash The hash fragment corresponding to this view, if any.

$hash The hash fragment corresponding to this view, if any.

# "/settings/general/locationlist"
protected static string $selector

$selector Optional CSS selector for this view's element.

$selector Optional CSS selector for this view's element.

# "#general-tab"
protected static string $title
# ""
protected static string $title_selector
# ""
protected static string $CONTROLS_CSS
# ".awa-mvc-StructuredView-control-panel.control_panel"
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen