72,226 questions
1
vote
0
answers
22
views
How to handle local network access pop up when running automated testing using Docker?
How can I handle local network access pop up in automated testing when running on Docker?
chromeOptions.addArguments("--disable-features=BlockInsecurePrivateNetworkRequests");
This command ...
1
vote
1
answer
50
views
How to debug high CPU in chrome tab?
How can you debug what is using so much CPU and RAM in Chrome/Chromium? Using the task manage shows this page is gobbling up loads:
https://www.express.co.uk/news/world/2166274/jeffrey-epstein-donald-...
-1
votes
0
answers
25
views
theme-color / status bar color works on Android light mode, but not on iOS or Android dark mode in a React PWA
I’m trying to control the device status bar / browser address bar color in a React PWA using the theme-color meta tag plus a useEffect to keep it in sync. This works on Android in light mode, but:
On ...
-4
votes
0
answers
75
views
Create 2 forms in one browser page using basic HTML [closed]
Note: this question IS reproducible and was caused by a browser bug, not a typo. Browsers sometimes ignore spaces in close tags and sometimes treat them a significant. It is important that coders ...
Advice
0
votes
2
replies
31
views
Open links in external/default browser when current in KIOSK mode
Windows 10x64
I have an array of browsers (Chrome, Chroimum, FF, etc) and I have a need to run specific app in KIOSK mode in browser (slack/discord) but any links clicked inside that instance has to ...
-3
votes
1
answer
60
views
Google Search displays other favicon than my website [closed]
I built my website with WordPress. When I search for my website (amngroup.se) on Google, the search results display a strange or incorrect favicon (a bird) instead of my own. However, when I visit the ...
2
votes
1
answer
110
views
Chromium-based browsers don't play the video
I'm trying to make a video player with custom controls.
I have a PlayerWindow class that has functionality of basic video control.
There's part of code from its constructor that adds play button ...
0
votes
0
answers
61
views
Angular html image refresh behaves differently in FireFox compared to other browsers like Edge and Chrome
So I have a video feed on my Angular site, except it's not a real video feed and is instead just a static image that refreshes every second. Note that this is intended as the source of the feed doesn'...
0
votes
0
answers
41
views
Is "Override content" disabled in chrome devtools for resources from 3rd party urls?
I am trying to debug an eshop, and part of it is to override a script located in https://cdn.shopify.com/extensions/... . However the option "Override content" (right click in the resource ...
0
votes
1
answer
69
views
Padding button looks even on browser inspector, but not on phone
Every time I write a primeng button for some reason in the browser inspector (even when it´s on phone view) the padding (or text) of the button looks centered:
However in my phone Google Chrome does ...
0
votes
0
answers
47
views
Can we automate the stop screen share using the playwright
I am validating a scenario where user stops the screen and checks the notification "Screen share is off".
Right now, I am automating these tests in Chrome browser using the Chrome fake media ...
4
votes
2
answers
103
views
How to specify the operating system when downloading ChromeDriver using ChromeDriverManager?
Using ChromeDriverManager and the following code block:
if platform.system() == "Windows":
driver_path = ChromeDriverManager(os_system_manager=OperationSystemManager(os_type="win64&...
Advice
0
votes
2
replies
13
views
Chrome network tools override content not working
https://developer.chrome.com/docs/devtools/overrides
when the API name is followed by a number like ?_=*, the override always fails. Is any additional configuration required
overrider a api like
/...
-3
votes
0
answers
30
views
WebSocket connections timeout in Chrome/Brave but work in Firefox on Ubuntu 22.04 [migrated]
Problem
WebSocket connections fail with handshake timeout in Chrome and Brave browsers, but work perfectly in Firefox on the same Ubuntu 22.04 system.
Error in Chrome DevTools:
WebSocket connection to ...
0
votes
0
answers
88
views
Why am I unable to get a Bilibili tab group in Chrome using the chrome.tabGroups.query() API?
troubleshoot
I am using the chrome.tabGroups.query() API to retrieve all tab groups in Chrome. It successfully returns the groups for "TAB" and "YOUTUBE", but I can't seem to get ...
-4
votes
0
answers
101
views
jxbrowser is using a lot of virtual memory,may EngineOption fix it
I'm using jxbrowser in a JavaFX program on a Linux system. Using the \`top\` command, I've noticed that even with a simple webpage, the Chromium process consistently consumes a large amount of virtual ...
3
votes
0
answers
82
views
Handling multuple MIME types with same file extension in showSaveFilePicker()
I am trying to use the internal Chrome File System Access API to allow the user to save a file in multiple types. The file is an STL file, I want to allow the user to save the STL file in either ...
1
vote
1
answer
75
views
WebAuthn create() ignores empty excludeCredentials and forces "Use saved passkey" UI on Chrome/Mobile
I am implementing a WebAuthn "Re-registration" flow where I intend to replace existing credentials.
The Workflow:
User triggers registration.
Server-side: All existing credentials for this ...
Advice
0
votes
0
replies
58
views
Why does the User-Agent show Windows 10 when my system settings say Windows 11?
enter image description here
I am studying about the backend, so I am looing at the topic of the HTTP headers. I am going through the YouTube HTTP headers, and I noticed that the "user-Agent"...
1
vote
1
answer
130
views
Selenium ChromeDriver randomly crashes with 'session deleted because of page crash' error even in headless mode
I'm running selenium tests on ubuntu with chromedriver 120 and chrome 120 but randomly getting "chrome not reachable" or "session deleted because of page crash" errors. happens ...
0
votes
0
answers
60
views
Network HTTP/2 requests from Next.js frontend randomly stalled/queued towards node backend EC2 behind ALB
I have a Next.js frontend and Node.js backend application running on AWS. There are two environment levels:
Staging: Separate EC2 instances for frontend and backend
Production: Separate EC2 instances ...
0
votes
2
answers
109
views
HTML to PDF print using Chromium
I would like to automatically print a local HTML file my.html to a PDF using the command line (for automation purposes) and Chromium (version 145.0.7605.0 and above).
I'm trying to do so as follows:
$ ...
0
votes
1
answer
118
views
Drag and drop API bugs/strange behavior on Firefox and Chrome [closed]
I want to create an application where you can use drag and drop to transfer some short string data from one browser window to another (where either window can be a popup window). Code in the example ...
9
votes
0
answers
435
views
Chrome is rendering prism code highlighting on a page with no scripts and only one pre tag, if I have the 1Password extension turned on [closed]
I have one HTML page. This is the entirety of the code:
<html>
<body>
<pre class="language-javascript"><code> function x(){ } </code></pre>
...
3
votes
1
answer
101
views
"Running in Chrome" notification keeps coming up on the TWA
I'm developing a TWA in android studio and I'm doing it with TrustedWebActivityIntentBuilder and custom tabs. Now I don't know how to disable this "Running in Chrome" notification which ...
2
votes
0
answers
53
views
Is `crossOriginIsolated` ever true in SharedWorker?
I am seeing that crossOriginIsolated is false in my SharedWorker even with the requisite headers. This precludes me from using SharedArrayBuffers.
This setup works fine with a DedicatedWorker.
I am ...
Tooling
1
vote
1
replies
238
views
Open Chrome Tabs in Split View
Google Chrome recently introduced a "Split View" feature. It can be accessed in the context menu for anchor HTML elements and then opens the page on the right side. It seems they treat it ...
0
votes
2
answers
94
views
Selenium WebDriver: Can't access/find element on website past a "#document" entry
Using Selenium 4.0 and Google Chrome 142 in a C# application, I have issues accessing resp. "finding" an element on my website. The HTML presented in the Chrome dev console is as follows (...
0
votes
1
answer
103
views
Puppeteer "No usable sandbox" on Github Actions with ubuntu-latest (23)
I have some jobs running on Github Actions, that require Puppeteer to run, but it fails to start with this error
Cannot start ChromeHeadless
[2303:2303:1207/162353.403103:FATAL:content/browser/...
2
votes
1
answer
133
views
SVG icons intermittently failing to render in Google Chrome
I have a legacy application has been using jquery and svg icons for over 10 years without issue. Recently, some users have reported that the svg icons are intermittently failing to render for them ...
0
votes
0
answers
46
views
Chrome only: absolutely positioned floating label shifts/overflows differently when clicking label text vs input
I’m building a floating label input using Tailwind/React. The floating label is an absolutely positioned <span> inside a <label>, and it uses :has(+ input:is(:focus,:not(:placeholder-shown)...
0
votes
3
answers
163
views
HTTP POST time out after 5 minutes in Chrome / 10 minutes in Firefox
With my Angular front-end and Quarkus back-end running locally without infrastructure like Nginx, Kubernetes, etc. I am uploading large files which consistently times out after 5 minutes in Chrome and ...
Advice
1
vote
4
replies
105
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 ...
0
votes
0
answers
66
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 ...
0
votes
1
answer
154
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
25
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
70
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
48
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 ...
0
votes
0
answers
115
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
65
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 ...
0
votes
0
answers
50
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
1k
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
258
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
68
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 ...
3
votes
2
answers
484
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 ...
0
votes
2
answers
409
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
85
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
36
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 ...
15
votes
3
answers
15k
views
Message "Look for and connect to any device on your local network" prevents tests from running automatically
After the last Chrome update, the 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 ...
5
votes
0
answers
168
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 ...