Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
40 views

I tried to configure Webscarab in Mozilla Firefox Settings (latest Version 121) .However , it did not work . As I could not connect to the internet after configuring Mozilla version 121 . Does ...
james's user avatar
  • 133
0 votes
1 answer
112 views

In my Android app, I use an EngineSession (rendered by an EngineView) to display data. In actual fact, this data is plain JSON. Is there a way I can crawl/scrape the HTML directly from the ...
Taslim Oseni's user avatar
  • 6,351
2 votes
1 answer
329 views

I want to record the same resolution on mobile as on Desktop. When I initiate MediaRecorder() on Desktop it has landscape dimensions with different resolution compared to when it is initiated on same ...
astrakid932's user avatar
  • 3,425
1 vote
0 answers
258 views

I am using maestro, I have created the following script, but when the code is run it gives me the following problem. Can you give me a hand? org.mozilla.javascript.EvaluatorException: Cannot modify a ...
Paul's user avatar
  • 4,618
0 votes
1 answer
54 views

I want the capture to start outside of the slider. I was able to do this in Chrome but in Mozilla it does not work. The way I did it in Chrome: input[type=range]::-webkit-slider-thumb { ...
uiHellen's user avatar
  • 147
2 votes
0 answers
392 views

I have electronjs app for the MAC Catalyst. I have implemented audio/video calling functionalities. Those works well. I have also implemented functionality to share the screen by using below code. ...
Smit Rathod's user avatar
0 votes
1 answer
555 views

Mozilla Browser doesn't use http2 on my online site, but it uses http2 on my local.lan site. Weird, since both are coming from the very same server. I tested http2 availability via curl and got a 200 ...
Christian Feilert's user avatar
0 votes
0 answers
485 views

I had developed a chrome extension using manifest v3. I am opening an iframe in the content script and from the iframe few network calls are being made. I see that those calls do not have Referer ...
Sam's user avatar
  • 1
-1 votes
2 answers
171 views

I asked this question below to ChatGPT today User python mozlla headers scrape bedrooms square footage and price from zillow I got this. import requests from bs4 import BeautifulSoup # Set the URL ...
ASH's user avatar
  • 20.5k
2 votes
1 answer
91 views

Why is that when a large data response(around 600+MB) is returned in client-side; the response becomes NULL in Google Chrome but not in Mozilla. Are there any settings I need to set in order for the ...
KJ01's user avatar
  • 65
0 votes
0 answers
309 views

Please someone can help me, how to set a name of file in printing dialog of browser? I use Mozilla PDF.js version v3.5.141 PDF files is send to default viewer.html as base64. I can change title in ...
Kruzstof Wren's user avatar
-1 votes
1 answer
214 views

I have a 4k monitor and Windows 10 with a scale of 150%. I add the next css properties to my component in focus-state. box-shadow: inset 0 0 0 1px blue; transition: all 0.3s ease; In Mozilla Firefox ...
Serhii S's user avatar
2 votes
0 answers
463 views

This pdf contains a table. I want to get the bounding horizontal line of this table. By line, I mean the graphical line (a straight line), and not a text line. I tried getAnnotations but it returns ...
jsdbt's user avatar
  • 313
0 votes
0 answers
232 views

I am experiencing an issue when debugging my Blazor WebAssembly project with Identity in Visual Studio 2022. The debugger works correctly when I set breakpoints on the client or server side, but when ...
eleve2023's user avatar
  • 155
0 votes
1 answer
397 views

I found this thread on the Mozilla bug tracking website. It seems like the issue was addressed. However, when I go to import a recent version of the library from maven in Android Studio. Specifically ...
AlanSTACK's user avatar
  • 6,165
1 vote
0 answers
421 views

when i run this code in other pc it works, but when i run the code in my own pc mozilla shows me this window saying heres my code: AUTOMATION_FAILED = False USE_FAILSAFE_PERCAUTIONS = True MEET_CODE = ...
Miguel Gallego's user avatar
1 vote
3 answers
2k views

I am using mozilla pdf js viewer. Initially I am showing my base 64 string into my page through the iframe. const base64 = '...
John333's user avatar
  • 83
1 vote
1 answer
692 views

I have a simple react app, and I'm trying to redirect the user to a login page if they came directly without logging in. App.js useEffect(() => { if (document.referrer === "") { ...
jot's user avatar
  • 185
1 vote
1 answer
550 views

I'm facing a problem with mozilla pdfjs and after reading many github pages I'm here to seek some help. There are two apps, one is a simple vue app(which I wrote for test), and another enterprise app ...
Light's user avatar
  • 13
0 votes
1 answer
428 views

I was working on a plugin and got a very basic question in mind, would be really grateful if someone can help me out with it. Why exactly do we use (min--moz-device-pixel-ratio:0) query and how does ...
Akshay Prassanna's user avatar
0 votes
3 answers
1k views

I'm using JAWS 2022 for a11y testing. Everything works fine on Chrome and worked fine for a while on FireFox, too, until recently. Suddenly I can't navigate between the elements using the arrow keys. ...
testaway's user avatar
  • 312
0 votes
1 answer
698 views

im trying to extract a true/false value which is in a tag (Mozilla Firefox). However, I cant seem to get it. I am using Selenium on Python. I have tried to get element using two different methods: ...
StudentLearner's user avatar
0 votes
1 answer
414 views

I am trying to install Mozilla hubs on my local server. I have followed Mozilla hub documentation to install Mozilla hubs on my local system. I want to customize the hub client. I followed the below ...
ankit patel's user avatar
0 votes
1 answer
123 views

I have the above error in Linux Firefox Selenium Eclipse, I have been trying to install Mozilla Firefox 47.0.1 so that I dont have to use geckodriver(), But I find no way to install this. System....
keshu thilakan's user avatar
0 votes
1 answer
357 views

I want to install an extension via registry and also set install_parameter in it and read through manifest file as described in chrome documentation. Can anyone know how to do same thing in firefox ...
codever's user avatar
  • 35
0 votes
1 answer
231 views

I'm currently trying to install Mozilla syncstorage-rs on a RockyLinux machine, and step by step I could reduce the amount of errors, but now I got stuck. I found in Makefile to execute the following ...
user avatar
0 votes
1 answer
514 views

I would like to keep the session active between orientation changes. Geckoview's documentation is lacking a bit in this area. It seems GeckoSession has a restoreState method that accepts a ...
D.H.'s user avatar
  • 184
1 vote
2 answers
653 views

I’m working on a simple time tracker extension. When I started out I had all the js code in one popup.js file, but I found that when the extension pop-up was closed the timer stopped running. I came ...
Arham Khan's user avatar
0 votes
1 answer
98 views

I have a web project: .Net core API as a backend and React app as a frontend and everything is working fine with every browser except Mozilla private tab. When I run my react app in Mozilla private ...
user avatar
4 votes
1 answer
1k views

I have searched a lot and havent found any solution that works so here it is. I have created a button that is after the content and have applied css for it to become sticky at the bottom of the page......
John Aps's user avatar
1 vote
0 answers
817 views

I have the input field with autocomplete="on" as shown below, <input type="email" autocomplete="on" name="email"/> The autocomplete="on" is ...
Chandan Y S's user avatar
  • 1,088
0 votes
1 answer
193 views

from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.wait import WebDriverWait from selenium.webdriver.support import expected_conditions as EC #...
Xenson's user avatar
  • 1
2 votes
1 answer
3k views

Hello I'm trying to get network request details including headers, URL, and response. I came up with the headers and URL but not able to get response. I've followed this URL(https://www.dilatoit.com/...
Jashan Pabla's user avatar
1 vote
1 answer
839 views

A few months ago, I added security headers to all of the pages on my website. The Mozilla Observatory detected the changes then and the score increased to B+. Though I haven't changed a thing, it now ...
Quercus's user avatar
  • 11
0 votes
0 answers
199 views

I have a mozilla NSSDB PKCS11, it includes one of three things. Certificates, keys, and SecretKeyEntry. I would like to know the content of a SecretKeyEntry with the alias "StoreXKey". ...
AZ19AGENT Minecraft's user avatar
2 votes
0 answers
487 views

Goal: I want to continuously capture & save .jpg image frames DURING real time video stream in Google Colab. I know how to convert the saved recorded video to .jpg image frames. I do not want that....
user17020095's user avatar
4 votes
2 answers
8k views

I have created a Speech Recognition site following the API: https://wicg.github.io/speech-api/ . The site works in Chrome but not in Safari. This makes sense: Based on the browser support details: ...
Raisa Meneses's user avatar
11 votes
1 answer
67k views

I am new to C and C++. I am trying to find small working example for any websocket library in C or C++ that can connect to websocket server. So, far I have explored, uWebsockets, libwebsockets, ...
Michael Auten's user avatar
10 votes
2 answers
62k views

I'm trying to load my content into an IFrame, so I implemented the Content-Security-Policy header: Content-Security-Policy: frame-ancestors http://*.example.com/abc.html. I am able to load the ...
user16806836's user avatar
2 votes
1 answer
362 views

``` <div class="maindiv></div> <div class="printablediv"></div> function printData() { $('#ProductIdModal').modal('hide'); $(".maindiv").css('display','none'); $("....
Neetal Kini's user avatar
3 votes
2 answers
1k views

I am looking for quick way to get an item from the Mozilla localStorage based on partial knowledge of an unique key. I have the following structure defined as the key : value UUID1 : "BLABLABLA&...
Tito's user avatar
  • 2,310
0 votes
1 answer
688 views

I have pulled a few things from other answers today (this for instance: open a browser page and take screenshot every n hour in python 3) from selenium import webdriver from selenium.webdriver.common....
ooo's user avatar
  • 3
1 vote
0 answers
1k views

var options = { enableHighAccuracy: true, timeout: 5000, maximumAge: 0 }; function success(pos) { var crd = pos.coords; console.log('Your current position is:'); console.log(`Latitude : $...
Mubashir Farooq's user avatar
0 votes
1 answer
722 views

I've created a contenteditable div in my react component and when I press the enter inside the div and try to type something the function onInput is not being triggered. That's only case in Mozilla. ...
Sveto's user avatar
  • 43
1 vote
2 answers
590 views

Problem I need to detect selected text based on mouse events. I also need to detect when current selection disappears. My next code works fine for situation when you selecting something and ...
Amaimersion's user avatar
  • 1,053
1 vote
0 answers
289 views

I'm trying to run a command line program (Mozilla TTS) with a Python script, using arguments, but it's stuck on a blank window. Here's what I'm trying to do: process = subprocess.Popen(['tts', '--...
AceOfSpadesProduc100's user avatar
1 vote
1 answer
370 views

A lot of the documentation for Mozilla TTS mentions examining graphs in Tensorboard or posting Tensorboard graphs to the forums. How do I do this?
GuyPaddock's user avatar
  • 2,617
1 vote
0 answers
65 views

Why it isn't showing as 'chrome' for navigator.appCodeName ? I know Mozilla and Chrome are different browsers. Does anyone of you know this? My observations for the navigator.appCodeName respone: ...
Mounika Bathina's user avatar
1 vote
0 answers
425 views

I tried different versions of this idea, ~7 range sliders, and I like that variant more then others. Source https://codepen.io/joosts/pen/rNLdxvK <div class="min-max-slider" data-...
alexgrey's user avatar
1 vote
1 answer
189 views

I'm building an APK (not app bundle) using Gradle via Android Studio. Without adding any Mozilla dependencies in my app's build.gradle file the APK size is under 5MB but after adding these ...
aa3154's user avatar
  • 21

1
2 3 4 5
24