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

  • LoginForm
  • ResetPasswordForm
  • Overview
  • Namespace
  • Class

Class LoginForm

Base class which represents an entire page request.

Azalea\Selenium\Core\WebDriver
Extended by Azalea\Selenium\Core\View
Extended by Azalea\Selenium\Login\UI\LoginForm
Namespace: Azalea\Selenium\Login\UI
Located at lib/src/Azalea/Selenium/Login/UI/LoginForm.php
Methods summary
public
# email( string $email )

Sets the email address.

Sets the email address.

Parameters

$email
public
# password( string $password )

Sets the password.

Sets the password.

Parameters

$password
public
# submit( )

Submit the form

Submit the form

public boolean
# isInvalid( )

Returns true if an invalid login message is displayed.

Returns true if an invalid login message is displayed.

Returns

boolean
protected boolean
# verify( )

Called by the View class to verify that the view is valid on the current page.

Called by the View class to verify that the view is valid on the current page.

Returns

boolean

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 inherited from Azalea\Selenium\Core\View
$hash, $selector
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen