Top "Firefox" questions

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

new Date() is working in Chrome but not Firefox

I am creating a datetime string that looks like this: 2010-07-15 11:54:21 And with the following code I get invalid …

javascript google-chrome date datetime firefox
Access to file download dialog in Firefox

Is there any kind of API that can allow me to manipulate a file download dialog in Firefox? (I want …

firefox selenium dialog
How to add java plugin for Firefox on Linux?

I want to add java plugin for FireFox (v10.0.12) on Linux(Centos 5.6 64bit). I have JDK 1.7.0_12 installed, and add a …

java firefox plugins firefox-addon
Does document.body.innerHTML = "" clear the web page?

When I refresh the page below in FF 3.0, I expected the web page to clear but it didn't. Why doesn't …

javascript firefox dom innerhtml
How to enable CORS on Firefox?

Can somebody please tell me how I allow CORS on firefox? I easily managed it on Chrome and IE, but …

firefox cors same-origin-policy
What is the correct "-moz-appearance" value to hide dropdown arrow of a <select> element

I'm trying to style the dropdown arrow of a <select> element with CSS only , it works perfectly in …

css firefox webkit gecko
Playing MP4 files in Firefox using HTML5 video

I have searched around quite a bit but have not solved my problem. I have a video tag running as …

html firefox html5-video mp4
Programmatically Install Certificate into Mozilla

Is there a way to programmatically install a certificate into mozilla? We're trying to script everything to eliminate deviations in …

firefox certificate
"application blocked by security settings" prevent applets running using oracle SE 7 update 51 on firefox on Linux mint

Background Complete fresh installation of Oracle Java SDK (32-bit) on Linux. The installation is correct, the plugin is correctly installed. …

java firefox plugins applet
Selenium 2.53 not working on Firefox 47

I am getting error while using Firefox with WebDriver. org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on …

java selenium firefox selenium-webdriver selenium-firefoxdriver