
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
What are different Navigator methods available?
You can use several Navigator related properties in your web page. The following are the properties −
Sr.No | Properties & Description |
---|---|
1 | javaEnabled() This method determines if JavaScript is enabled in the client. If JavaScript is enabled, this method returns true; otherwise, it returns false. |
2 | plugings.refresh This method makes newly installed plug-ins available and populates the plugins array with all new plug-in names. Netscape only. |
3 | preference(name,value) This method allows a signed script to get and set some Netscape preferences. If the second parameter is omitted, this method will return the value of the specified preference; otherwise, it sets the value. Netscape only. |
4 | taintEnabled() This method returns true if data tainting is enabled; false otherwise. |
- Related Articles
- What are the different types of LED available?
- What are different methods of weeding?
- What are different Navigator properties I can use on my web page?
- What are different Parameters available in Newman using Postman?
- What are different hashing methods in DBMS?
- What are the various methods available under Select class in Selenium?
- What are the different types of wait available in Selenium?
- What are different types of access modifiers available in C#?
- What are different data conversion methods in Python?
- What are the different cookies methods in Selenium?
- What are different methods to implement rename buffers?
- What are different methods of passing parameters in C#?
- What are the different methods of creating a css expression?
- What are different methods of parallelism in Parallel Computer Architecture?
- What are the methods available for handling static dropdowns in a page in Selenium with python?

Advertisements