| Properties & Methods | Functionality | Test Data | Test Case |
|---|---|---|---|
| availHeight | Checks the height of the screen, in pixel, minus permanent or semipermanent user interface features displayed by the operating system, such as Taskbar on windows . | pixels. boolean. | scr001.html |
| availWidth | Checks the width of the screen, in pixel, minus permanent or semipermanent user interface features displayed by the operating system, such as Taskbar on windows . | pixels. boolean. | scr002.html |
| colorDepth | Checks the bit depth of color palette, if one in use; otherwise checks screen.pixelDepth. | Integer. boolean. | scr005.html |
| height | Checks screen height. | Integer. boolean. | scr004.html |
| pixelDepth | Checks screen color resolution [bits per pixel]. | Integer. boolean. | scr006.html |
| width | Checks width of the screen.. | Integer. boolean. | scr003.html |