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

  • LocationRow
  • LocationsList
  • Overview
  • Namespace
  • Class

Class LocationsList

Base class which represents an entire page request.

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

Returns

boolean

Override

Overrides

Azalea\Selenium\EHR\UI\Grid::verify()
public
# getLocationRow( $relative_id )
Methods inherited from Azalea\Selenium\EHR\UI\Grid
getCssByIndex(), getRowbyIndex(), hasRow(), setSearchText()
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 $selector

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

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

# ".settings-LocationsList"
protected static string $searchSelector
# "#locations_contents #autoselect_search"
protected static string $title
# ""
protected static string $title_selector
# ""
Properties inherited from Azalea\Selenium\Core\View
$hash
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen