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

  • BaseTestCase
  • Browser
  • Page
  • User
  • View
  • WebDriver
  • Overview
  • Namespace
  • Class

Class Browser

Defines all browser / os combinations that are supported for testing purposes.

Namespace: Azalea\Selenium\Core
Located at lib/src/Azalea/Selenium/Core/Browser.php
Methods summary
public static array
# get( string $browser, string $version, string $os )

Parameters

$browser
$version
$os

Returns

array

Throws

InvalidArgumentException
Constants summary
string CHROME
# "chrome"
string FIREFOX
# "firefox"
string INTERNET_EXPLORER
# "internet explorer"
string SAFARI
# "safari"
string OSX_SNOW_LEOPARD
# "OS X 10.6"
string OSX_MOUNTAIN_LION
# "OS X 10.8"
string OSX_MAVERICKS
# "OS X 10.9"
string OSX_YOSEMITE
# "OS X 10.10"
string WINDOWS_XP
# "Windowx XP"
string WINDOWS_7
# "Windows 7"
string WINDOWS_8
# "Windows 8"
string WINDOWS_8_1
# "Windows 8.1"
Properties summary
protected static array $supported
# array( 'chrome' => array( 'Windows XP' => array("38", "39"), 'Windows 7' => array("38", "39"), 'Windows 8' => array("38", "39"), 'Windows 8.1' => array("38", "39") ), 'firefox' => array ( 'Windows XP' => array("32", "33"), 'Windows 7' => array("32", "33"), 'Windows 8' => array("32", "33"), 'Windows 8.1' => array("32", "33") ), 'internet explorer' => array( 'Windows XP' => array("6", "7", "8"), 'Windows 7' => array("8", "9", "10", "11"), 'Windows 8' => array("10"), 'Windows 8.1' => array("11") ) )
API documentation generated by ApiGen