Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
22 views

How can I handle local network access pop up in automated testing when running on Docker? chromeOptions.addArguments("--disable-features=BlockInsecurePrivateNetworkRequests"); This command ...
Syeda Aroba Maheen's user avatar
1 vote
1 answer
50 views

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-...
Andrew's user avatar
  • 1,185
-1 votes
0 answers
25 views

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 ...
Emad Baqeri's user avatar
  • 2,720
-4 votes
0 answers
75 views

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 ...
ravenspoint's user avatar
  • 21.2k
Advice
0 votes
2 replies
31 views

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 ...
Digika's user avatar
  • 147
-3 votes
1 answer
60 views

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 ...
ZedORYasuo's user avatar
2 votes
1 answer
110 views

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 ...
dinikai's user avatar
  • 35
0 votes
0 answers
61 views

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'...
Deoxys_0's user avatar
  • 305
0 votes
0 answers
41 views

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 ...
Marinos An's user avatar
  • 11.3k
0 votes
1 answer
69 views

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 ...
Horacio García Magallanes's user avatar
0 votes
0 answers
47 views

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 ...
Teja's user avatar
  • 1
4 votes
2 answers
103 views

Using ChromeDriverManager and the following code block: if platform.system() == "Windows": driver_path = ChromeDriverManager(os_system_manager=OperationSystemManager(os_type="win64&...
Wei Jie's user avatar
  • 32
Advice
0 votes
2 replies
13 views

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 /...
munan's user avatar
  • 373
-3 votes
0 answers
30 views

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 ...
89fps's user avatar
  • 1
0 votes
0 answers
88 views

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 ...
inftape's user avatar
-4 votes
0 answers
101 views

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 ...
KaLa's user avatar
  • 43
3 votes
0 answers
82 views

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 ...
Ross Graeber's user avatar
1 vote
1 answer
75 views

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 ...
Steve Austin's user avatar
Advice
0 votes
0 replies
58 views

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"...
RADHA AGARWAL's user avatar
1 vote
1 answer
130 views

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 ...
Gökhan's user avatar
  • 53
0 votes
0 answers
60 views

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 ...
Aayush Gupta's user avatar
0 votes
2 answers
109 views

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: $ ...
Mr.'s user avatar
  • 10.3k
0 votes
1 answer
118 views

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 ...
Leo Simunovic's user avatar
9 votes
0 answers
435 views

I have one HTML page. This is the entirety of the code: <html> <body> <pre class="language-javascript"><code> function x(){ } </code></pre> ...
Kendrick Taylor's user avatar
3 votes
1 answer
101 views

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 ...
Amin soley's user avatar
2 votes
0 answers
53 views

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 ...
sqlalchemy noob 2004's user avatar
Tooling
1 vote
1 replies
238 views

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 ...
schmijos's user avatar
  • 8,862
0 votes
2 answers
94 views

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 (...
Volker's user avatar
  • 23
0 votes
1 answer
103 views

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/...
OtaconKiko's user avatar
2 votes
1 answer
133 views

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 ...
Eli Poulos's user avatar
0 votes
0 answers
46 views

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)...
dpkass's user avatar
  • 88
0 votes
3 answers
163 views

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 ...
ACEG's user avatar
  • 2,051
Advice
1 vote
4 replies
105 views

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 ...
Joe J's user avatar
  • 1,401
0 votes
0 answers
66 views

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 ...
Max Koretskyi's user avatar
0 votes
1 answer
154 views

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 ...
Santi's user avatar
  • 799
0 votes
0 answers
25 views

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 ...
D yh's user avatar
  • 3
2 votes
1 answer
70 views

p = subprocess.Popen([ "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome", f"--remote-debugging-port={SOME_PORT_NUM}", "--no-...
Philip Adler's user avatar
  • 2,228
Tooling
0 votes
0 replies
48 views

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 ...
Roman's user avatar
  • 28
0 votes
0 answers
115 views

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 ...
user3561614's user avatar
  • 1,094
Tooling
1 vote
3 replies
65 views

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 ...
Heiko Theißen's user avatar
0 votes
0 answers
50 views

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 ...
Rich Morey's user avatar
1 vote
2 answers
1k views

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 ...
yuanyxh's user avatar
  • 585
0 votes
1 answer
258 views

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 ...
Khalic's user avatar
  • 3,570
Advice
0 votes
1 replies
68 views

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 ...
Rufus's user avatar
  • 105
3 votes
2 answers
484 views

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 ...
Bréndal's user avatar
  • 191
0 votes
2 answers
409 views

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 ...
Ahmed Zaidan's user avatar
2 votes
1 answer
85 views

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 ...
Lawton's user avatar
  • 285
0 votes
0 answers
36 views

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 ...
Fred Chevitarese's user avatar
15 votes
3 answers
15k views

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 ...
Oleksii Lukashyn's user avatar
5 votes
0 answers
168 views

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 ...
cdaringe's user avatar
  • 1,618

1
2 3 4 5
1445