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

  • CodeLookup
  • CollectionGrid
  • Popup
  • Overview
  • Namespace
  • Class

Class CollectionGrid

Azalea\Selenium\Toolkit\View
Extended by Azalea\Selenium\App\Components\CollectionGrid
Namespace: Azalea\Selenium\App\Components
Located at selenium/App/Components/CollectionGrid.php
Methods summary
public Azalea\Selenium\Toolkit\Dom
# first( )

Get a Dom instance filtered to the first element row in the grid.

Get a Dom instance filtered to the first element row in the grid.

Returns

Azalea\Selenium\Toolkit\Dom
public Azalea\Selenium\Toolkit\Dom
# at( integer $index )

Get a Dom instance filtered to the element row at the given (zero based) index.

Get a Dom instance filtered to the element row at the given (zero based) index.

Parameters

$index

Returns

Azalea\Selenium\Toolkit\Dom
public integer
# count( )

Count visible collection grid rows.

Count visible collection grid rows.

Returns

integer
public Element
# waitForRowAt( $index )

Returns

Element
public
# waitForRowTextAt( $index, $text )

Returns


$this
public Element
# waitForRowElementAt( $index, $selector )

Returns

Element
public Element
# waitForModelId( $modelId )

Returns

Element
public
# waitForRowCount( $count )

Returns


$this
public
# waitForEmpty( )

Returns


$this
Methods inherited from Azalea\Selenium\Toolkit\View
__call(), __construct(), __get(), clearCache(), extend(), getArgs(), getHash(), getName(), getParent(), getScope(), getUrl(), isVisible(), navigate(), parseViewConfig(), setArgs(), setScope(), verify(), verifyAndWait(), within()
Properties inherited from Azalea\Selenium\Toolkit\View
$cachedProperties, $dom, $el, $parent, $view
API documentation generated by ApiGen