| Properties & Methods | Functionality | Test Data | Test Case |
|---|---|---|---|
| appCodeName | Specifies the code name of the browser. | Regular Characters. | nav001.html |
| appName | Specifies the name of the browser. | Regular Characters. | nav002.html |
| appVersion | Specifies version information for the Navigator. | Regular Characters. | nav003.html |
| language | Indicates the translation of the Navigator being used. | Regular Characters. | nav004.html |
| mimeTypes | An array of all MIME types supported by the client. | Object MimeTypeArray. | nav005.html |
| platform | Indicates the machine type for which the Navigator was compiled. | Regular
Characters. |
nav006.html |
| plugins | An array of all plug-ins currently installed on the client. | Object PluginArray. | nav007.html |
| userAgent | Specifies the user-agent header. | Regular
Characters. |
nav008.html |
| javaEnabled | Method to test whether java is enabled. | nav009.html | |
| plugins.refresh | Method that makes newly installed plug-ins available and optionally reloads open documents that contain plug-ins. | nav012.html | |
| preference | Allows a signed script to get and set certain Navigator preferences. | nav011.html | |
| taintEnabled | Specifies Whether data tainting is enabled. | nav010.html |