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 LockScreen

Base class which represents an entire page request.

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

Checks whether or not the lock screen is visible on the screen.

Checks whether or not the lock screen is visible on the screen.

Returns

boolean
public boolean
# isBadPassword( )

Returns true if a bad password was entered.

Returns true if a bad password was entered.

Returns

boolean
public
# resumeSession( string $password )

Resumes the active session by inserting the given password and clicking the resume button.

Resumes the active session by inserting the given password and clicking the resume button.

Parameters

$password
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 $CONTAINER_ID
# "timeout_haze_screen"
protected static string $FORM_ID
# "timeout_haze_form"
protected static string $PASSWORD_FIELD
# "timeout_password"
protected static string $FORM_SUBMIT_BUTTON
# "timeout_password_submit"
protected static string $BAD_PASSWORD_MESSAGE
# "The password that you entered is invalid. Please try again."
protected static string $BAD_PASSWORD_MESSAGE_ID
# "error_message"
Properties inherited from Azalea\Selenium\Core\View
$hash, $selector
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen