Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
12 views

Express.js with HTTP/2 (SPDY) - net::ERR_HTTP2_PROTOCOL_ERROR in Chrome Only

I have a Node.js server using Express.js with SPDY to enable HTTP/2 requests. The goal is to handle more concurrent streams than HTTP/1.1 allows. Setup I'm using SPDY to create an HTTP/2 server: ...
Muhammad Ahmed Habib's user avatar
-2 votes
1 answer
32 views

html <ruby> tag text is not displayed correctly in Chrome [closed]

html <ruby> tag text is not displayed correctly in Chrome. Is this a Chrome bug? This is likely to occur when there are a large number of tags. This does not occur in FireFox. <ruby>...
Norio Yamamoto's user avatar
0 votes
0 answers
12 views

Exporting Android google chrome cache to html

As the title suggests - I am trying to find a way to save htmls/css of pages of a website that is currently stored in my android google chrome cache. My device is rooted and I can roughly find where ...
doctorblaze's user avatar
0 votes
0 answers
22 views

Why does this padding "eats up" the border of the span elements in Firefox (v134.0.2) and in Chrome (v133.0.6943.142)?

The code snippets don't reproduce this issue for some reason, but I'll show you a screenshot of how it looks in my browser (Firefox v134.0.2): UPDATE Looks like when Chrome's window is resized to a ...
bp2017's user avatar
  • 133
0 votes
0 answers
32 views

iPhone / Chrome "Take a photo" Bug?

I cant seem to figure out why chrome on both my iphones doesnt trigger the onchange action. Safari is able to work just fine. This used to work ( Haven't tested it in weeks until now ). This is a ...
Zachary Chirayil's user avatar
1 vote
1 answer
31 views

The "list-style-type" style not working inside a :before pseudo-element in Chrome

On current project, I've been using :before pseudo-elements to insert the bulletpoints for ul > li elements. That way, I can put padding on the li-elements themselves to nudge them to the right. ...
MascaraSnake's user avatar
-1 votes
0 answers
28 views

how do i easily print or save to pdf an entire web page that i am currently scrolling through on chrome on macos? [closed]

I am using the Chrome browser on a new Mac laptop running MacOS I am on a web page of continuous text that has a scroll bar that allows me to view all of the 'pages' that are there. there is enough ...
Cool Pontiac's user avatar
-4 votes
0 answers
25 views

how do i get around admin blocking images in chrome on chrome book? [closed]

How do i get around admin blocking images in Chrome on Chromebook? when i go into the privacy and security settings it says blocked by administrator and I don't have access to console or any sort of ...
123456789's user avatar
0 votes
0 answers
15 views

How can we install a local, homemade chrome extension automatically?

I am trying to install a chrome extension as it is a part of a bundle of software already being installed. It has a large bank of data which makes it very difficult to package into a crx. I want to be ...
David Avarage's user avatar
0 votes
0 answers
25 views

Error "net::ERR_H2_OR_QUIC_REQUIRED" with Fetch API

I want to modify the url of the Request object, but I have some problems. const r = () => new Request("post", { method: "post", body: JSON.stringify({ name: "none&...
Jin's user avatar
  • 169
0 votes
1 answer
24 views

Created a Chrome extension, but I am unable to publish my OAuth

Recently, I created and published my Chrome extension, but to make OAuth work for everyone, I need to change its status from "Test" to "Public." However, it is asking for an ...
Soham Kumbhar's user avatar
-1 votes
0 answers
19 views

How to solve sign in issue in google in android studio [closed]

I am creating an app for my project. When i tap sign in, the google sign in works and then it shows sign in requires account selection. After clearing the app from recents and opening it again, it is ...
Nothing's user avatar
0 votes
1 answer
43 views

Selenium Webdriver for Chrome slows down with each loop iteration in Python

I want to go through 50 groups (site sections) with 100,000 page IDs in each, but Selenium is getting slower with each iteration. What could be the problem? chrome_driver_way = './chromedriver/...
Daemon2017's user avatar
-2 votes
1 answer
52 views

How do I encode a JavaScript file included in HTML? - I get `…` rather than `…`

Attempt: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="Content-Type" content="text/html;charset=...
Samuel Marks's user avatar
  • 1,884
0 votes
0 answers
22 views

Using puppeteer cluster with multiple tabs per chrome?

My website with 100s of users needs the ability to launch headless puppeteer instances, load data into it, and take a screenshot. This works fine with one chrome at a time, but if I need to scale this ...
Mike K.'s user avatar
  • 606
0 votes
0 answers
49 views

BLOCKED_BY_ORB on Chrome and NS_BINDING_ABORTED on Zen Browser when adding Google Ads to ASP .NET Website

So, I'm trying to add Google Ads to my ASP .NET web application. I added the ads.txt and Google verified it. Every time I go to the page where the ADs should be, Chrome returns an error in developer ...
Pedro William's user avatar
-2 votes
0 answers
24 views

some website font are not properly show on google chrome [closed]

some website font are not properly shown on google chrome please give me the solution as soon as possible DEEPSEEK.COM is open like this on my google chrome browser exention interface at google chrome ...
Syed Hassan Ahmed's user avatar
0 votes
0 answers
18 views

Chrome: Only every 3rd TLS handshake succeeds with self-signed certificates

I noticed that with Chrome/Chromium, two TLS handshakes always fail before the 3rd connection attempt succeeds. And this seems to be the case with every request. I have also tested different web ...
Thomas's user avatar
  • 183
0 votes
0 answers
44 views

Nobara ( Fedora ) Linux with Python issues when using Selenium and ChromeDriver

The Specs: Intellidea using Python on Nobara Linux ( Fedora based 41) Flatpak method. The problem: I have been trying to make an script to check some files on a social media website. I started using ...
Cesarin Pillin's user avatar
0 votes
0 answers
16 views

Rare case of "SecurityError, show() must be triggered by user activation." with Apple Pay on the Web

(I'm getting nothing from the Apple Developer forums, so I'm trying here.) This is a rare occurrence on our site, having only detected a handful of instances of it over the past few weeks, where 10s ...
Doug Breaux's user avatar
  • 5,115
0 votes
1 answer
24 views

Can I use a yubikey 5 nano as a google passkey without a pin? [closed]

When I try to use my Yubikey 5 nano as a passkey for google, like the comment to this answer, I find that the FIDO2 PIN has to be set. When I remove the FIDO2 PIN, the passkey is also removed. Can I ...
dfrankow's user avatar
  • 21.5k
0 votes
0 answers
16 views

Location of Chrome Preferences in its code base

I've been trying to collate a master list of preferences of the google chrome browser that I can use for my automation. I've been trying to go through it's codebase and identify the path of the master ...
Techrookie89's user avatar
0 votes
1 answer
24 views

Selenium chromedriver not opening pdf in new tab [closed]

We run our niglty selenium tests headless in a agent in the cloud. But it looks like when a button click for opening a pdf. Then the pdf looks to beopend in page wihtout an url. And our tests check ...
Rob schwankhuizen's user avatar
1 vote
1 answer
23 views

Google Chrome extension - importing function into content script

I'm struggling to split my content script for a Google Chrome addon into different files. If I put two scripts in the manifest.json, the second script doesnt have access to any function definitions ...
Maxim's user avatar
  • 619
0 votes
1 answer
30 views

Google Chrome on mobile opens google maps search when clicking on addresses

On our site we have a list of addresses that the user can click to prepopulate that address into input fields. This is just basic html and J.S. The issue is that on Google Chrome if you tap the ...
user29798584's user avatar
0 votes
0 answers
16 views

Excalidraw PWA shortcut (Excalidraw.lnk) not working on Windows

On Windows, I installed Excalidraw as a Chrome app (PWA) and added a shortcut pinned to the taskbar. However, double-clicking this shortcut doesn't do anything. When I try to open this .lnk file ...
Tokubara's user avatar
  • 470
0 votes
0 answers
32 views

Android App Links Not Working in Vivo Browser (Redirects to Web Instead of App)

I have set up Android App Links for authentication in my Android application, and it works as expected in most browsers like Chrome, Microsoft Edge, and Samsung Internet. However, when using Vivo ...
Mohd Abul Fayas's user avatar
0 votes
0 answers
18 views

Chrome devtools: multiple JSESSIONID cookies for one domain

Under Applications/Cookies in Chrome devtools, there are multiple JSESSIONID cookies for one domain: http://abc.mydomain.com JSESSIONID cookies JSESSIONID id1 abc.mydomain.com JSESSIONID id2 ...
eastwater's user avatar
  • 5,640
-2 votes
1 answer
56 views

React freeze Chrome problem in a simple form [closed]

I have a simple React + TS + react-router-dom App created like this: npx create-react-app my-app --template typescript npm install react-router-dom npm install --save-dev @types/react-router-dom npm ...
Charlie B's user avatar
  • 311
1 vote
0 answers
57 views

Chrome extension only working after a refresh of the page

Im making my first ever chrome extension, the idea is: when a table in my salesforce cases contain any word i give in, it goes in a color i chose for that word. The whole things works like i want to, ...
robbe505's user avatar
0 votes
1 answer
181 views

Selenium SessionNotCreatedException: "User data directory is already in use" when using --user-data-dir

I am trying to launch a headless Chrome WebDriver using Selenium in Python. However, I keep encountering this error: selenium.common.exceptions.SessionNotCreatedException: Message: session not created:...
Ammar Ahmed's user avatar
0 votes
0 answers
14 views

Bing Ads API - Can not authenticate

I am trying to pull data from bing ads api, running pyspark script on dataproc but i am facing few challenges Error retrieving access token: {'error': 'invalid_grant', 'error_description': "...
cookie's user avatar
  • 11
0 votes
0 answers
9 views

How to use module imports in my main content script [duplicate]

I'm building a Chrome extension and getting this error when trying to use ES6 modules in my content script: Uncaught SyntaxError: Cannot use import statement outside a module Here's my current setup: ...
Izaan's user avatar
  • 85
0 votes
0 answers
56 views

DoNotSilentlyBlockProtocolsFromOrigins policy for google chrome

Do we have a similar policy for Google Chrome? It works only for Edge currently. https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#donotsilentlyblockprotocolsfromorigins Thanks! ...
Erez Fridman's user avatar
0 votes
1 answer
95 views

How to get text content from whatsapp web with google chrome extension

I created a script with a simple text to prefix the name of the person before the message. The format I want to follow is: "Thiago: Hi" But I can't figure out why emoji messages don't do ...
Thiago Machado's user avatar
0 votes
1 answer
36 views

Chrome not showing colors properly using TailwindCSS

Applied colors to the text inside the anchor tags. When i open it in chrome the colors wont show up but the background color works. <header className="bg-gray-900"> <div> &...
Eben B Gilbert's user avatar
1 vote
1 answer
31 views

script a mouse click on a web site using chrome

I've already found out how to use task scheduler to open a web site page in Chrome. Now when the web page opens I need to simulate a mouse click. As a novice I am not sure how to do this. If it is ...
NorthCantonKen's user avatar
0 votes
1 answer
37 views

How to position a sticky div to stick to the edge within a scrollable div?

In Firefox, an element styled with position: sticky and a negative margin-inline-end doesn't stick at the expected position within its parent when scrolling. This behavior deviates from Chrome, where ...
kronaemmanuel's user avatar
0 votes
1 answer
33 views

Laravel Dusk v7.x and Github Actions Issues from Error to Success [Linux]

Here are all of the issues and their solutions that I"ve faced during setting up Laravel dusk locally and also on Github Actions pipeline. Dusk Version 7.x Php 8.0 On php artisan dusk I got ...
Sublan Mustafa's user avatar
0 votes
0 answers
38 views

headless linux always renders MUI datepicker in mobile version

https://github.com/mui/mui-x/issues/4644 Problem: Chrome (and firefox) run in headless mode on linux cause MUI components datepicker (plus some others) to render the mobile version. Cause: It is ...
Marcel Wilson's user avatar
2 votes
0 answers
26 views

chrome headless html to pdf

i am trying to convert html to pdf with chrome headless but i am running into some authentication issue new ProcessBuilder("chmod", "-R", "777", "/usr/share/oscar-...
ayush rai's user avatar
0 votes
0 answers
20 views

FCM getToken() fails in Chrome PWA but works in Safari PWA

Problem Description I am currently developing a PWA using Next.js and Firebase Cloud Messaging (FCM). My goal is to retrieve the push notification token using getToken(). However, I am encountering an ...
myeongin's user avatar
0 votes
0 answers
24 views

How to detect if all network requests are settled from a chrome extension?

I have been trying to scrap some data from DOM using my chrome extension. But the data that should be rendered on the DOM is fetched asynchronously, so I need to wait for all network requests to ...
cordialgoblin's user avatar
0 votes
0 answers
26 views

Why chrome devtools cannot override content of worker request

you can see that "override content" is grayed out. The request has a gear icon, indicating that this is a request via Worker. While for the other request, override content is enabled. Why ...
刘maxwell's user avatar
-3 votes
1 answer
62 views

Chrome Slow to Resolve localhost

My Chrome browser seems to be slow to resolve localhost:3000 I am in a Windows 10 machine and I SSH into my development laptop via VS Code Remote SSH So far here is what I have been able to narrow ...
Dan's user avatar
  • 2,313
3 votes
2 answers
304 views

Chrome & Edge v133 Causing Blank Page After Azure AD SSO Login and Page Reload in Angular App

Scenario: In my Angular application, I am experiencing an issue during the SSO login process with Azure AD. After receiving a successful response from the backend containing the Azure AD authorization ...
Prafull Kamble's user avatar
0 votes
1 answer
51 views

Running canary and stable chrome versions on Cypress in CI

For cypress, I have a regular github CI workflow running chrome and a cron job running chrome' canary version. My initial thought was to use a cypress/included image for chrome and then install chrome ...
Pix81's user avatar
  • 677
0 votes
0 answers
26 views

chrome extension reflow/flickering of backdrop filter

I am making a Chrome extension for personal and use and noticed that the backdrop filter is flickering when the mouse is hovering over tabs, minimize/close. Tried everything I could find online and ...
Tums2212's user avatar
0 votes
0 answers
25 views

Why does the `history.length` of the main application increase due to the `history.pushState()` method being called within the iframe?

these are main app & sub app below, Why does the history.length of the main application increase due to the history.pushState() method being called within the iframe? <!DOCTYPE html> <...
Bei Tang's user avatar
0 votes
1 answer
63 views

Why does the click event on bing maps get triggered on a different element in Firefox vs. on Chrome / Edge?

I noticed that when I click anywhere in bing maps, the element that listens for the click / gets returned to me is different on Chrome / Edge browsers than on Firefox. For example: I found this basic ...
jt5301's user avatar
  • 43

1
2 3 4 5
1454