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

  • PopupError
  • Overview
  • Namespace
  • Class

Class PopupError

Base class which represents an entire page request.

Azalea\Selenium\Core\WebDriver
Extended by Azalea\Selenium\Core\View
Extended by Azalea\Selenium\PHR\UI\PopupError
Namespace: Azalea\Selenium\PHR\UI
Located at lib/src/Azalea/Selenium/PHR/UI/PopupError.php
Methods summary
public boolean
# isVisible( )

Returns true if an error popup is visible on the screen.

Returns true if an error popup is visible on the screen.

Returns

boolean
public string
# getText( )

Gets the text content of the popup.

Gets the text content of the popup.

Returns

string
public
# dismiss( )

Dismisses the popup by clicking on the close (x) button.

Dismisses the popup by clicking on the close (x) button.

Methods inherited from Azalea\Selenium\Core\View
__construct(), get(), getHash(), getSelector(), setHash(), updateHash(), verify()
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
# ".awa-mvc-PopupView.error"
Properties inherited from Azalea\Selenium\Core\View
$hash, $selector
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen