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 LocationRow

Base class which represents an entire page request.

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

Parameters

$args
arguments (not used here)

Returns

boolean

Overrides

Azalea\Selenium\EHR\UI\GridRow::verify()
public
# clickRow( $delay = 2 )

Overrides

Azalea\Selenium\EHR\UI\GridRow::clickRow()
public
# getName( )
public
# getMnemonic( )
public
# getAddress( )
public
# getCity( )
public
# getState( )
public
# getPhone( )
public
# getCLIA( )
Methods inherited from Azalea\Selenium\EHR\UI\GridRow
__construct(), getCell()
Methods inherited from Azalea\Selenium\Core\View
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

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

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

# ""
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