tagged [firefox]
Debug Java Script with Visual Studio 2015 on Chrome or Firefox
Debug Java Script with Visual Studio 2015 on Chrome or Firefox I can debug with IE without any problem, but when I try different browsers code is not stopping on breakpoints. I hava a project that is ...
- Modified
- 2 Jul at 14:12
Custom CSS Scrollbar for Firefox
Custom CSS Scrollbar for Firefox I want to customize a scrollbar with CSS. I use this WebKit CSS code, which works well for Safari and Chrome: How can I do the same thing in Firefox?
onchange event on input type=range is not triggering in Firefox while dragging
onchange event on input type=range is not triggering in Firefox while dragging When I played with ``, Firefox triggers an onchange event only if we drop the slider to a new position where Chrome and o...
- Modified
- 12 Jul at 16:46
How to make Firefox headless programmatically in Selenium with Python?
How to make Firefox headless programmatically in Selenium with Python? I am running this code with python, selenium, and firefox but still get 'head' version of firefox: I also tried som
- Modified
- 4 Nov at 14:32
What is a MIME type?
What is a MIME type? I have been reading about how to build plug-ins and this "MIME type" keeps getting discussed in it. I have tried to look into it and know that it is Multipurpose Internet Mail Ext...
- Modified
- 23 Sep at 19:15
Is it possible to display a custom message in the beforeunload popup?
Is it possible to display a custom message in the beforeunload popup? When using `window.onbeforeunload` (or `$(window).on("beforeunload")`), is it possible to display a custom message in that popup? ...
- Modified
- 18 Jul at 19:10
How can I detect browser type using jQuery?
How can I detect browser type using jQuery? I want to detect if the user is using IE and Firefox but I cannot find the script. I have code as below: ``` $(document).ready(function(e) { $.browser.chr...
- Modified
- 18 Nov at 20:29
How to write FireFox extension with Visual Studio using C# programming language?
How to write FireFox extension with Visual Studio using C# programming language? I was wondering if it's possible to write Firefox extension using .Net Framework? Had anybody such experience in writin...
- Modified
- 5 Nov at 20:35
Webdriver firefox-bin uses excessive amount of CPU
Webdriver firefox-bin uses excessive amount of CPU I am running a single test (FirefoxDriveR)which visits all links on a given domain. OS: Ubuntu 9.10 Memory: 4GB HD: 500GB 10 mbp/s line Observing the...
- Modified
- 20 Dec at 23:19
How to verify an XPath expression in Chrome Developers tool or Firefox's Firebug?
How to verify an XPath expression in Chrome Developers tool or Firefox's Firebug? How can I verify my XPath? I am using Chrome Developers tool to inspect the elements and form my XPath. I verify it us...
- Modified
- 22 Mar at 06:48
How to check if an element exists?
How to check if an element exists? In my C# [Windows Forms](https://en.wikipedia.org/wiki/Windows_Forms) application using Firefox [Selenium WebDriver](https://en.wikipedia.org/wiki/Selenium_(software...
Firefox and SSL: sec_error_unknown_issuer
Firefox and SSL: sec_error_unknown_issuer My client gets a `sec_error_unknown_issuer` error message when visiting [https://mediant.ipmail.nl](https://mediant.ipmail.nl) with Firefox. I can't reproduce...
Targeting only Firefox with CSS
Targeting only Firefox with CSS Using conditional comments it is easy to target Internet Explorer with browser-specific CSS rules: Sometimes it is the Gecko engine (Firefox) that misbehaves. That is, ...
- Modified
- 3 Oct at 15:43
Edit and replay XHR chrome/firefox etc?
Edit and replay XHR chrome/firefox etc? I have been looking for a way to alter a `XHR request` made in my browser and then replay it again. Say I have a complete `POST` request done in my browser, and...
- Modified
- 8 Jan at 01:15
Listen for history events in FireFox?
Listen for history events in FireFox? From the context of a FireFox extension... Is there some way to be notified of back/forward/goto/reload/etc. "History Events"? I'm not looking for a way to cancel...
- Modified
- 1 Nov at 21:41
Selenium using Java - The path to the driver executable must be set by the webdriver.gecko.driver system property
Selenium using Java - The path to the driver executable must be set by the webdriver.gecko.driver system property I am trying to launch Mozilla but still I am getting this error: > Exception in thread...
SSL_ERROR_UNSUPPORTED_VERSION when attempting to debug with IIS Express
SSL_ERROR_UNSUPPORTED_VERSION when attempting to debug with IIS Express Created a new template ASP.Net Core 3.1 MVC web app. When I attempt to debug it using IIS Express I get the following error in f...
- Modified
- 24 Sep at 09:45
Why am I suddenly getting a "Blocked loading mixed active content" issue in Firefox?
Why am I suddenly getting a "Blocked loading mixed active content" issue in Firefox? This morning, upon upgrading my Firefox browser to the latest version (from 22 to 23), some of the key aspects of m...
- Modified
- 29 Jan at 19:39
Parsing JSON from XmlHttpRequest.responseJSON
Parsing JSON from XmlHttpRequest.responseJSON I'm trying to parse a bit.ly JSON response in javascript. I get the JSON via XmlHttpRequest. ``` var req = new XMLHttpRequest; req.overrideMimeType("appl...
- Modified
- 8 Nov at 11:58
ASP.NET Core Self Signed Certificate in Firefox not working
ASP.NET Core Self Signed Certificate in Firefox not working I'm using the Self Signed Certificate in ASP.NET Core with is default on as noted in [this article](https://learn.microsoft.com/en-us/aspnet...
- Modified
- 12 Apr at 00:7
JavaScript console.log causes error: "Synchronous XMLHttpRequest on the main thread is deprecated..."
JavaScript console.log causes error: "Synchronous XMLHttpRequest on the main thread is deprecated..." I have been adding logs to the console to check the status of different variables without using th...
- Modified
- 15 Apr at 03:22
HTML5 video (mp4 and ogv) problems in Safari and Firefox - but Chrome is all good
HTML5 video (mp4 and ogv) problems in Safari and Firefox - but Chrome is all good I have the following code: - - - - - - Fo
- Modified
- 14 Aug at 04:47
How can I inspect disappearing element in a browser?
How can I inspect disappearing element in a browser? ![Example dropdown which disappears](https://i.stack.imgur.com/FVOVx.png) I don't know it's ID, class or anything but want to inspect it. Run jQuer...
- Modified
- 17 Oct at 09:56
Using a specific Firefox profile in Selenium WebDriver in C#
Using a specific Firefox profile in Selenium WebDriver in C# I am trying to use a profile I already have set up for firefox with selenium 2 but there is no documentation for C#. The code I have attemp...
Internet Explorer external css issue
Internet Explorer external css issue I am working on a site ([www.eticket24.at](http://www.eticket24.at/)) and have to create an external CSS for both the header and footer. If I view the header, for ...
- Modified
- 11 Jan at 14:29