firefox Questions

2

Does Firefox headless include the option to print to PDF ? Chrome headless supports it, but im not sure if Firefox does.
Pandorapandour asked 20/1, 2018 at 16:39

2

When typing text into a contenteditable span in Safari or Firefox the caret moves to the start on each keypress. This only seems to happen when React re/renders the component. Chrome works just fi...
Depute asked 10/11, 2016 at 22:0

3

Solved

I'm trying to migrate my browser extension (that I expect to work on Chrome and Firefox) from manifest v2 to v3. However, I am getting conflicting information about the background section. I did lo...

5

Solved

I am working on automating the IdentiGO application for my company, and I'm getting the following error: Internal Server Error: /identigo Traceback (most recent call last): File "/Users/jane/...
Outhouse asked 10/5, 2019 at 21:40

3

Solved

I'm aware that we use thisisunsafe in Chrome to bypass such error pages but how can I bypass such pages in Firefox? I get the following error when I load the page:- Firefox detected a potential sec...
Koressa asked 26/5, 2021 at 14:30

6

I want to Change our Browser location to usa Please help me changing firefox location i.e geolocation location for testing.
Toul asked 24/7, 2014 at 11:17

18

Solved

I am wondering how do I disable javascript when using selenium so I can test server side validation. I found this article but I don't know what to really do. Like I make this javascript file then ...
Sharma asked 17/8, 2009 at 2:17

8

Solved

Go to this ultra-simple fiddle in a Webkit browser and click on on of the inputs: http://jsfiddle.net/eK4TT/ <input type="text"> <input type="text"> <input type="text"> <a hr...
Weaks asked 28/7, 2012 at 21:35

0

In a bare-bones demo, I find that there is a 1.5 second delay before MediaRecorder starts recording audio, on Firefox only. Please find below a snippet that works well with MediaRecorder on Chrome,...
Fixed asked 11/2 at 11:32

10

Solved

I want to change the user status on click of a Button, so all I am doing is, detecting the current status and changing, if needed. But in this case the changes the status in backend, but to show t...
Rorie asked 23/9, 2013 at 19:44

7

Is it possible to style text tracks (like subtitles and captions) in HTML5 video players? I already found a way to do so for Chrome: video::-webkit-media-text-track-container { // Style the cont...
Pyelitis asked 27/8, 2015 at 14:36

6

Solved

How can I allow CORS on Firefox? I easily managed it on Chrome and Internet Explorer, but I am totally failing at it with Firefox. I edited the following about:config entry security.fileuri.strict_...
Heavierthanair asked 26/8, 2014 at 11:33

5

Solved

I have a React app, created with 'create-react-app' (I also use jsdom NPM package), and for some reason, the application throws an error on load Only in Firefox (works fine in Chrome & Edge). ...

6

I'm trying to get Python Selenium to work on my Windows Machine. I've upgraded to the latest versions of Firefox, Selenium, Geckodriver, but I still receive the below error: Python Script from s...
Wrinkle asked 13/5, 2018 at 22:50

4

Solved

I am using a headless ubuntu, and want to install latest geckodriver. So I must install by entering a command line. my ubuntu is 14.04 trusty. But, I don't know the command to install geckodriver....
Housebroken asked 29/11, 2016 at 14:9

3

Solved

Regex test() is giving me issues in Firefox and Chrome, yet it works flawlessly in Opera and Safari. troubled code: var pattern = /(\s+(?!\$\w+)|(^(?!\$\w+)))/g; if(pattern.test(String(id).replac...
Ancalin asked 8/10, 2010 at 14:39

7

Below is my code: <div style="border: solid 1px #000000; margin: 5px;"> <iframe src="http://www.w3schools.com" width="100%" height="300px" scrolling="yes"><p>Your browser does ...
Thrum asked 22/8, 2013 at 6:54

2

Solved

I'm using Firefox for Ubuntu, version 39.0. I'm trying to debug an add-on and would like to run some JavaScript under chrome privileges. According to this page I should be able to do this in the Br...
Obedience asked 28/7, 2015 at 13:11

11

Solved

I'm trying a simple console.log function in Firefox: console.log("Hello, World!"); You may try it on: http://jsfiddle.net/EkZjK/ You may also try the full code in a stand-alone HTML file...
Volumed asked 26/3, 2013 at 9:25

5

Solved

How to make the console of the Firefox DevTools multi-line? I am aware of the Shift+Enter keyboard shortcut, which makes the command line go to the next line. Though like in Firebug, I want to ve...
Asyut asked 31/1, 2017 at 1:31

6

Solved

First, I need to say that I'm aware there is some confusion as to what button numbering scheme convention is used for these "Browser back" and "Browser forward" mouse buttons depending on whether y...
Tympanitis asked 27/3, 2020 at 23:56

8

Solved

I am trying to install an extension in Firefox 45 (same happens with Firefox 49), but Firefox does not allow me to do that, indicating that This add-on could not be installed because it appears t...
Bourse asked 4/10, 2016 at 13:51

1

I'm trying to debug attaching to my firefox. My configuration is: { "name": "Attach to Firefox", "type": "firefox", "request": "attach", "port": 6000, "pathMappings": [{ "url": "https://loca...
Carduaceous asked 8/8, 2019 at 11:50

6

I'm trying to do requests to my REST API, I have no problems with Firefox, but in Chrome I can't get the browser to work, always throws 200 OK, because no if-none-match (or similar) header is sent ...
Tamathatamaulipas asked 29/3, 2014 at 16:51

5

Solved

As the result of upgrading to the 22.04 LTS, the behavior of ff's downloading has changed. I've read a few posts about this, but haven't seen anything relevant to solving my problem. Specifically, ...
Shumway asked 19/8, 2022 at 13:16

© 2022 - 2024 — McMap. All rights reserved.