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 Grid

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

Direct known subclasses

Azalea\Selenium\EHR\UI\Charts\ChartsList, Azalea\Selenium\EHR\UI\CheckboxGrid, Azalea\Selenium\EHR\UI\Messaging\MessagingFolder, Azalea\Selenium\EHR\UI\Patients\PatientsList, Azalea\Selenium\EHR\UI\Settings\General\Locations\LocationsList, Azalea\Selenium\EHR\UI\Settings\General\Roles\RolesList, Azalea\Selenium\EHR\UI\Settings\General\Users\UsersList

Indirect known subclasses

Azalea\Selenium\EHR\UI\Messaging\Folders\MessagingAllMail, Azalea\Selenium\EHR\UI\Messaging\Folders\MessagingInbox, Azalea\Selenium\EHR\UI\Messaging\Folders\MessagingSentMail, Azalea\Selenium\EHR\UI\Messaging\Folders\MessagingStarred, Azalea\Selenium\EHR\UI\Messaging\Folders\MessagingTrashed, Azalea\Selenium\EHR\UI\Patients\PatientChartsList, Azalea\Selenium\EHR\UI\Patients\PatientDocumentsList
Namespace: Azalea\Selenium\EHR\UI
Located at lib/src/Azalea/Selenium/EHR/UI/Grid.php
Methods summary
public PHPUnit_Extensions_Selenium2TestCase_Element
# getRowbyIndex( integer $index )

Returns a grid row element by the index, beginning with zero.

Returns a grid row element by the index, beginning with zero.

Parameters

$index

Returns

PHPUnit_Extensions_Selenium2TestCase_Element
public string
# getCssByIndex( integer $index )

Formats the CSS for selecting a row by an index value.

Formats the CSS for selecting a row by an index value.

Parameters

$index

Returns

string
public boolean
# hasRow( integer $index )

Determines whether or not the row at the given index exists.

Determines whether or not the row at the given index exists.

Parameters

$index

Returns

boolean
public
# setSearchText( string $text )

Set the grid's search box to what ever you need to search for.

Set the grid's search box to what ever you need to search for.

Parameters

$text
text
public boolean
# verify( $args = array() )

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 $selector

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

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

# ""
protected static string $searchSelector
# ""
Properties inherited from Azalea\Selenium\Core\View
$hash
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen