Top "Firefox" questions

Mozilla Firefox is a free, open-source cross-platform web browser.

How to use the gecko executable with Selenium

I'm using Firefox 47.0 with Selenium 2.53. Recently they have been a bug between Selenium and Firefox which make code not working. …

java selenium firefox geckodriver
Hide Spinner in Input Number - Firefox 29

On Firefox 28, I'm using <input type="number"> works great because it brings up the numerical keyboard on input …

css firefox input spinner
Preventing an image from being draggable or selectable without using JS

Does anyone know of a way to make an image not draggable and not selectable -- at the same time …

css html firefox draggable
Difference between DOM parentNode and parentElement

Can somebody in explain me in as simple as possible terms, what is the difference between classical DOM parentNode and …

javascript firefox dom
How can I simulate mobile devices and debug in Firefox Browser?

I am looking for a tool, that shows my website in a mobile device mode. Also I want to debug …

firefox mobile plugins
How can I get browser to prompt to save password?

Hey, I'm working on a web app that has a login dialog that works like this: User clicks "login" Login …

ajax firefox browser login
ReferenceError: event is not defined error in Firefox

I've made a page for a client and I initially was working in Chrome and forgot to check if it …

javascript jquery html firefox
clear cache of browser by command line

I am working in media domain. I need to check every change in all leading browsers i.e. IE, Firefox, …

internet-explorer firefox google-chrome command-line browser-cache
Running sites on "localhost" is extremely slow

Having real trouble using my localhost to test sites. It runs extremely slowly! Sometimes it takes up to a minute …

asp.net firefox localhost performance loading
Detecting the onload event of a window opened with window.open

window.popup = window.open($(this).attr('href'), 'Ad', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); $(window.popup).onload = function() { alert("…

javascript internet-explorer firefox google-chrome popup