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 Popup

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

Closes the popup view.

Closes the popup view.

Returns


$this
public Azalea\Selenium\Toolkit\Dom
# first( )

Returns the first popup view found in the DOM as a Dom object scoped to that popup.

Returns the first popup view found in the DOM as a Dom object scoped to that popup.

Returns

Azalea\Selenium\Toolkit\Dom
public Azalea\Selenium\Toolkit\Dom
# last( )

Returns the last popup view found in the DOM as a Dom object scoped to that popup.

Returns the last popup view found in the DOM as a Dom object scoped to that popup.

Returns

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

Gets a count of the number of popups on the screen.

Gets a count of the number of popups on the screen.

Returns

integer
public boolean
# confirmIsVisible( )

A confirm popup is showing on the top of the popup stack.

A confirm popup is showing on the top of the popup stack.

Returns

boolean
public
# confirmYes( )

Confirm a popup confirmation.

Confirm a popup confirmation.

Returns


$this
public
# confirmCancel( )

Cancel a popup confirmation.

Cancel a popup confirmation.

Returns


$this
public
# closeAll( )

Close all visible popups on the screen.

Close all visible popups on the screen.

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