Skip to main content

Questions tagged [google-chrome]

[google-chrome] is for questions related to development with Google Chrome, a web browser that uses the Blink rendering engine. Warning! General support for the browser is off-topic: questions about using or configuring the browser should be posted on https://superuser.com. Chrome OS and Chromium are off-topic: questions about [google-chrome-os] or [chromium] should use those tags.

google-chrome
0 votes
0 answers
6 views

Selenium not opening the profile I needed

from selenium import webdriver from selenium.webdriver.chrome.service import Service from selenium.webdriver.chrome.options import Options import time chrome_options = Options() chrome_options....
Saad Latheef's user avatar
0 votes
0 answers
10 views

Copy to clipboard using `writeText` fails in Chrome in cross-origin `<object data='...>` container

I have a cross-origin <object data="{my-cross-origin-url}"> container that contains a copy to clipboard button for an email address with the code: navigator.clipboard.writeText("...
Candace Wong's user avatar
0 votes
0 answers
4 views

Adding Partitioned Attribute in existing cookies creates two cookie with same name in chrome browser

We have implemented the CHIPS(Cookies Having Independent Partitioned State) solution on our website by adding the partition attribute. It works fine when a user logs in for the first time. However, if ...
Khushboo Shaw's user avatar
-2 votes
0 answers
17 views

SVG Spam in chrome with VueJS [closed]

I'm new with template developement, but i do use it for save my time, but now, it's a problem.. When a tring to access at my site in production version, it spamming SVG request in network tab and the ...
Kayaaba Dev's user avatar
0 votes
0 answers
25 views

Run flutter web app on Chrome on iOS machine

I have a flutter app that I have compiled to run on Chrome on a windows machine. I have tried to get it to run on Chrome on an iOS machine but it doesn't work. This is what the user sees when typing ...
LostTexan's user avatar
  • 797
0 votes
0 answers
9 views

handle3DSMethodCallback.do downloaded by Chrome during a card paynent

While making a payment in a Chrome incognito tab, I was prompted to download a file. The file downloaded was a document named handle3DSMethodCallback.do. I have had ongoing security issues with my ...
T.Tam's user avatar
  • 1
0 votes
0 answers
25 views

How check browser support in CSS for @view-transition navigation: auto?

Google Chrome 126 is introducing cross-document view transitions in CSS (source) with @view-transition { navigation: auto; } Now I would like to check the support of the user's browser with: @...
Oliver Schwarz's user avatar
1 vote
0 answers
68 views

Google Adsense - Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox

I have a page which is built by NextJS and integrate with Google Adsense & GA4. I saw a lot of warning in console log Third-party cookie will be blocked in future Chrome versions as part of ...
Thành Lý's user avatar
0 votes
0 answers
10 views

Checking whether page ran as PWA not working on Chrome on Android [duplicate]

I'm using window.matchMedia('(display-mode: standalone)').matches to try to check whether my page is running as a PWA. This works on Desktop, but on Android, this returns false despite the page ...
stracktracer's user avatar
  • 1,880
-1 votes
0 answers
7 views

Chrome - Programmatically Generate the "Save As Shortcut" launcher

On macOS, when you use Chrome's "Save as Shortcut"/"Install as App" option, it creates the typical .app folder structure. The Info.plist contains the URL to the page, but if you ...
Karric's user avatar
  • 1,523
-4 votes
0 answers
28 views

Why does the ls -l output show the date as 256 Jul 21 for Chrome? [closed]

I tried updating chrome and ran into an error: Then I closed out and reopened chrome and was surprised to see that it was updated. I was curious what version was on my computer so I ran an ls -l ...
Howie B's user avatar
  • 13
0 votes
0 answers
17 views

SSL Certificate validation fails ERR_CERT_AUTHORITY_INVALID in Chrome but works fine in Firefox

I have an application that hosts multiple RESTful APIs. When the application is installed, it automatically generates a self-signed certificate authority cert and then each API gets its own ...
resnak's user avatar
  • 43
1 vote
1 answer
21 views

How to prevent an empty gap appearing in elements when printed?

I have below a minimal webpage that prints as two green pages with a blue box centered on each page. This is accomplished by creating two green divs that are the size of the page, and each div ...
dln385's user avatar
  • 11.9k
0 votes
0 answers
31 views

Unable to Start Chrome Session in Selenium: "Could not remove old devtools port file" Error

I'm attempting to run this script in digitalocean server, it worked fine on my computer but not on the server. <!-- begin snippet: js hide: false console: true babel: false --> Traceback (most ...
Deka Halane's user avatar
0 votes
0 answers
8 views

Rtl numbers problem when running flutter web on chrome in samsung phones

The text shows fine on chrome desktop, but the numbers (hh:mm in this case) get wrong direction when running on galaxy phones. Shows 12:20 as 20:12. It appears to be that way only on galaxy phones and ...
navid's user avatar
  • 1,322

15 30 50 per page
1
2 3 4 5
4849