72,298 questions
Advice
1
vote
2
replies
31
views
Why doesn't Google Chrome allow using custom root certificate authorities for HTTP/3 + QUIC?
So, why doesn't Google Chrome allow using custom root certificate authorities for HTTP/3 + QUIC?
I found information on the Internet that this is supposedly done to increase security in order to ...
-3
votes
0
answers
35
views
Chrome throws “Failed to connect to MetaMask” even though my React project does NOT use crypto/web3 (Opera works fine) [closed]
enter image description here
I’m building a normal React project (not related to blockchain, crypto, or MetaMask).
However, Chrome gives this uncaught error in the console:
Failed to connect to ...
-1
votes
0
answers
57
views
Spawning multiple Web Assembly thread worker is slow on chrome unless Devtools is opened [closed]
I made an application that runs a very compute heavy operation when user clicks a button.
This expensive operation is ran from a web assembly worker compiled with Rust. It can spawn multiple workers.
...
0
votes
0
answers
82
views
Setup local SSL certificate for HTTPS in Google Chrome [closed]
I got a Laravel App running on an Apache server. I've configured VirtualHost to locally access the app with URL:
https://www.infoalquiler.com.ar/
Despite the app is working properly, I'm getting a &...
0
votes
0
answers
32
views
Google-chrome stopped working on Ubuntu 24.04
I had been running Google-chrome on my laptop for quite some time without problem. Around version 139 I started experiencing problems with failing to launch when launched from icon. When launched from ...
0
votes
0
answers
52
views
Chrome profiler frame time clarification
I'm reading this tutorial:
In the Frames section, hover your mouse over one of the green squares. DevTools shows you the FPS for that particular frame. Each frame is probably well below the target of ...
-4
votes
0
answers
44
views
How to make Google Chrome use a specific proxy/VPN on Linux (Xubuntu/XFCE)? [closed]
I'm using Google Chrome on Xubuntu (XFCE), and when I turn on my VPN (Happ — AppImage version), Chrome shows this message when opening YouTube:
"When running Google Chrome under a supported ...
0
votes
1
answer
42
views
Chrome PWA no longer calculating dvh properly on initial load
I have a PWA with "display": "standalone" set in my manifest. The app uses body { height: 100dvh } to fill the entire space of the visible viewport. This has been working for ...
0
votes
0
answers
21
views
Can I repeatedly add prerender rules (in chrome) with a same url?
I am working with Chrome prerendering. My scene is as follows:
Buttons:
[use-template]
[go-to-generate]
When the user clicks [use-template], I set parameters into localStorage and inject the ...
2
votes
1
answer
61
views
subprocess.Popen wait doesn't seem to wait for Google Chrome on macOS
p = subprocess.Popen([
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
f"--remote-debugging-port={SOME_PORT_NUM}",
"--no-...
Tooling
0
votes
0
replies
37
views
Is there an API to get users and rating data on Chrome Web Store extensions?
For example, extensionhub.io gets ratings and users, but chrome-stats.com gets a lot of information; how?
That picture below is my extension and I want to make my own website for it but I don't want ...
-2
votes
0
answers
57
views
How do you get the users and the ratings data from Chrome extensions? [closed]
For example, extensionhub.io gets ratings and users, but chrome-stats.com gets a lot of information; how?
That picture below is my extension and I want to make my own website for it but I don't want ...
0
votes
0
answers
78
views
How to disable the “minimize” button in AndroidX CustomTabs?
I’m using androidx.browser.customtabs with a CustomTabsIntent to open a webpage inside my Android app.
Chrome shows a minimize button (a small arrow/down icon) in the Custom Tab UI, allowing the user ...
Tooling
1
vote
3
replies
52
views
XSLTForms after removal of xml-stylesheet processing instruction
The examples for XSLTForms given on https://www.agencexml.com/xsltforms use the
<?xml-stylesheet ...?>
processing instruction to transform the given XForms document with the xsltforms.xsl ...
-5
votes
0
answers
40
views
Finding location for device after mock map was sat [closed]
Looking to find out where the ip registered location was at when mock map was sat. I've put into cloud Dropbox and takeout and its all delete..? I've can't find anywhere online showing me the right ...
0
votes
0
answers
41
views
setOpenInBrowserButtonState(CustomTabsIntent.OPEN_IN_BROWSER_STATE_OFF) for CustomTabsIntent Not Working
I am trying to open a webpage in a CustomTabsIntent and hide the "Open in Chrome" option which appears to be done in androidx.browser v1.9 or later.
This is the code
CustomTabsIntent.Builder ...
1
vote
2
answers
136
views
How to Adapt to Local Network Access Introduced in Chrome 142?
I have a desktop printing application that assists web services in implementing silent printing. It exposes interfaces through a local HTTP server. In Chrome 142, web pages cannot access this service ...
0
votes
1
answer
112
views
Azure AD B2C custom page: `AADB2C90047` + Chrome CORS "`unknown` address space", but Firefox works
I’m using Azure AD B2C with a custom HTML sign-in page and a SPA that uses MSAL (msal-browser).
Setup:
B2C tenant: https://<tenant>.b2clogin.com (dev)
SPA uses loginRedirect with MSAL.
Custom ...
Advice
0
votes
1
replies
49
views
Google Chrome Tab Focus Behaviour Change
I have a custom new tab page on my mac that displays my bookmarks - it's setup with a search bar (a text input with tab index 1) that searches through the bookmarks when I type, and if it gets a ...
2
votes
1
answer
219
views
Zebra Browser Print at Chrome started giving CORS error
I'm using Zebra Browser Print at my webpage to print tags by JavaScript. At my Windows machine I've installed the latest Zebra Browser Print and also the latest version of the JavaScript library, all ...
1
vote
3
answers
282
views
NoDriver Python Chrome Client fails to init
I am using NoDriver python on MacOS and sometimes when I try and open a browser tab it fails with the error below (I've tried Chrome+Chromium and it happens on both). If I manually open the browser ...
2
votes
1
answer
75
views
How do I make Google Chrome not crop off the bottom of a CSS drop-shadow effect when using a CSS mask?
I want to put a horizontal line with a glowy effect beneath the headings on a webpage, where both the line and the glow fade out at the left and right ends. I've got it working almost exactly the way ...
0
votes
0
answers
31
views
Chrome Android reuses Intent.EXTRA_TEXT across multiple share actions
Problem
I'm building an Android app that receives shared URLs from Chrome's share menu. The app works correctly on the first share, but all subsequent shares receive the same URL from the first share ...
11
votes
2
answers
7k
views
Message "Look for and connect to any device on your local network" prevents tests from running automatically
After the last Chrome update message "Look for and connect to any device on your local network" prevents me from running testcafe tests in Chrome.
The browser setting that affects this is ...
3
votes
0
answers
105
views
How to remove giant whitespace block in chrome devtools console
When debugging with chrome, my devtools show a large, persistent white box that eats up half of my console. I cannot resize it, I cannot close it. I've opened up the Gear settings, and tried turning ...
Best practices
1
vote
1
replies
54
views
How can I print very thin lines (e. g. 1/300 dpi) to PDF via Chrome? (Prevent rounding to full css-px)
I would like to print a 1/300 inch wide line with chrome (PDF). Unfortunately, the line is rounded up to a value of a css-pixel.
(It has to be Chrome [not PRINCE XML], due to some advanced features…)
0
votes
1
answer
103
views
Is there a way to simulate higher refresh rates in a web browser? [closed]
I'm using requestAnimationFrame() to drive a game's update loop, and have a few bugs that have been reported involving users on higher refresh rate monitors. They should be easy fixes, but the problem ...
-5
votes
1
answer
86
views
Why does localStorage data disappear after browser restart in Chrome? [closed]
I’m using localStorage in a small web app to persist user preferences.
However, when I restart the browser, sometimes the stored data disappears.
After closing and reopening Chrome, getItem("...
1
vote
0
answers
28
views
Debugging missing NEL reports
I'm trying to use NEL reporting in Chrome. As far as I can see, everything is configured correctly, but no errors are reported.
My NEL header:
Nel: {"report_to":"nel","max_age&...
0
votes
0
answers
35
views
Generating token for Firebase Cloud Messaging
I am trying to generate a FCM token but it fails on Chrome, the below is the code I have which is hanging all the time and never executes, it gives up after doing retries for few times and then does ...
0
votes
1
answer
73
views
Strange behavior in compiled Angular 18 application TypeError: this._serviceXXXXXXXX is not a function
We are facing strange error in our application, some users facing problems with export functionality. Code below is what we have in our codebase:
exportProcess = this.exportProcessSubject.pipe(
...
2
votes
0
answers
240
views
How to Load Extensions in Chrome Version 139+ using Playwright?
Earlier with the removal of --load-extension flag in the launch arguments in Chrome 137, the workaround of using --disable-features=DisableLoadExtensionCommandLineSwitch (as mentioned in question) to ...
0
votes
0
answers
56
views
strange behaviour on href tel with chrome on Android
Using my webapp with google chrome 141.0.7.7390.70 on Android 13 I'm facing problem with tag <a href="tel:xxxxxxx">.
It works mostly but I found a minor case where it doesn't work at ...
0
votes
0
answers
81
views
Capture System Audio using the Media Stream
I am building an application using the React Vite app for the frontend. In my application, I have a module for voice-to-text using the Azure Speech SDK. I am encountering an issue: when I start ...
0
votes
1
answer
128
views
rAF-aligned pointermove event
I studied event behavior and also read the Chromium source code. And the following surprised me.
Usually, if you move the pointer within a document, you'll get this behavior:
This is the so-called ...
0
votes
0
answers
68
views
new verison of chromedriver returns org.openqa.selenium.SessionNotCreatedException: Could not start a new session
I moved the application to a new server and now the following error occurs every time you use selenium
e=org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code ...
0
votes
1
answer
52
views
Browser back button exits Single Page App despite pushState() on Chrome only
I’m working on a legacy single-page application that uses AJAX to load different internal views. After recent browser updates the Browser Back Button stopped behaving as expected.
The current problem:
...
0
votes
1
answer
46
views
Selenium using chromium can't access a domain mapped to localhost
In /etc/hosts I map 127.0.0.1 example.com, because I want the user to be able to navigate to example.com like it's real but it's actually going to my local dev server. However, it seems like Chrome ...
1
vote
0
answers
56
views
How can I programmatically insert text into a Froala Editor instance from a Chrome Extension using TypeScript?
I'm developing a Chrome Extension and need to programmatically insert text into a Froala Editor instance on a webpage. I'm using TypeScript for the extension's development.
I've attempted various ...
1
vote
0
answers
82
views
Creating a C chrome.dll forward-only wrapper give STATUS_STACK_BUFFER_OVERRUN
I was experimenting with writing a forward only wrapper that expose the function of the original dll, I decided to play with chromium "chrome.dll", my code seem to work, chromes open but ...
-1
votes
1
answer
117
views
Weird failure in Selenium
I'm trying to run this script
#!/usr/bin/env python3
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from selenium.webdriver....
1
vote
0
answers
105
views
Which layout changes cause an input field to close its modal?
If the layout of an <input type="date"> element changes while its modal (the "datepicker") is open, this can in certain circumstances cause the modal to be closed.
The ...
0
votes
1
answer
55
views
Custom Protocol Handler for Isolated Web App Not Working After ChromeOS Update (May be)
Since the ChromeOS update on September 25, 2025 (not sure if this is the cause), my custom protocol handlers (web+collab:// and collab://) for an Isolated Web App (IWA) have stopped functioning.
...
7
votes
0
answers
122
views
HTTP/2 file upload performance to Azure Front Door Standard significantly worse in browser JavaScript compared to cURL
I'm experiencing significant performance degradation when uploading files to Azure Blob Storage via Azure Front Door using browser JavaScript compared to cURL.
Environment
Files: 10 images, ~111MB ...
1
vote
0
answers
33
views
Did Chrome change their content security policies for importing scripts?
We are dynamically importing modules from esm.sh.
This works well with esm.sh being added to the list of domains for the script-src CSP.
Since Chrome has updated to version 140++ the imports throw an ...
0
votes
1
answer
58
views
Can Media Session API be used to control Web Speech API spoken word playback?
In Google Chrome, I’m experimenting with combining the Web Speech API (speechSynthesis) and the Media Session API so that browser-level play/pause hardware keys (and OS media controls) can control ...
0
votes
0
answers
38
views
VS Code Live server doesnt live reload on chrome only
I've reinstalled VS code after a windows reinstall and live reload seized to work on chrome . I've tried it on Edge and it works fine but it stopped working on chrome . i've to press refresh for ...
1
vote
0
answers
76
views
Puppeteer Sharp not logging in to correct Chrome profile
Good day.
Im working on a project with Puppeteer Sharp where i need to pull data from a website that is locked with Google authentication. I want to open my profile that have been Authenticated. But ...
1
vote
0
answers
77
views
How does Branch.io successfully deep link from Chrome iOS when custom domains fail?
How does Branch.io successfully deep link from Chrome iOS when custom domains fail?
I'm facing a frustrating issue with deep links on Chrome iOS that Branch.io somehow manages to solve perfectly, and ...
0
votes
0
answers
57
views
Angular Nx app crashes with SIGILL in latest Chrome, works in Firefox
Hello,
I have a workspace using Nx with multiple Angular projects. Some projects work fine in Chrome, while others crash with a SIGILL error when opened in the latest Chrome version. Surprisingly, ...