Skip to main content
The 2024 Developer Survey results are live! See the results

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
5 views

open URL in Chrome via cmd (as app) always in the same tab

I try to open an URL in chrome via cmd line. But I have some additional requerements: Use chrome app (solved by using chrome_proxy.exe with flags --app-id) Use special profile (solved by using flag --...
KriZa's user avatar
  • 3
0 votes
0 answers
5 views

Could not find Chrome (ver. 127.0.6533.72). puppeteer

**Error: Could not find Chrome (ver. 127.0.6533.72). This can occur if either you did not perform an installation before running the script (e.g. npx puppeteer browsers install chrome) or your cache ...
Kamaldeep Singh's user avatar
0 votes
0 answers
10 views

Uncaught ReferenceError: log is not defined in service worker

Im creating a chrome extension. My extentions after installing shows Service worker registration failed. Status code: 15 Uncaught ReferenceError: log is not defined I have the code to add a debug log ...
RituV's user avatar
  • 67
0 votes
0 answers
5 views

Chrome extension communicationPanel permission problem

Today my chrome extension was rejected from store because of using communicationPanel permission but I cant find any information how to remove this permission from my extension. In my manifest I have ...
Malagus's user avatar
  • 21
0 votes
0 answers
15 views

Why are some chrome extensions ineffective at removing the CSP header in response? [duplicate]

I'm learning Chrome extension development and I'm trying to build a plugin that removes HTTP response headers (I know there are already plenty of these out there, but I just want to practice). However,...
Fridaynight's user avatar
-3 votes
0 answers
12 views

When did Google Chrome stop supporting the Linearization feature for PDFs and why? [closed]

10 years ago someone asked a question about how Google Chrome was able to show PDFs while they were loading: How chrome showing pdf even not fully downloaded? However I have noticed that this is no ...
Jan Martin's user avatar
0 votes
0 answers
15 views

Autocompletion tooltip when dev tool is opened

Does anyone have any idea how to get rid of this? I mean that Devtools testing autocomplete tooltip. What I tried to far: in devtool -> settings -> source -> turn automplete off click on ...
domjanzsoo's user avatar
-4 votes
0 answers
16 views

Is there a way to edit text in a webpage [closed]

I have a token I want to access my account from. I found a similar token ID in the webpage by using inspect element. Now I'm wondering if there's a way to use my old token on the same webpage, and ...
Yoram Youtube's user avatar
-2 votes
0 answers
11 views

connect with google chrome using ip of mobile phone

I have two instances of the Chrome browser, and I want one to connect to the Wi-Fi of my laptop and the other to connect to my phone (which is connected to the Internet via 3G or 4G). How can I do ...
عدنان مهداوي's user avatar
0 votes
0 answers
5 views

How to disable browser update/save password prompt on error?

In case of invalid user credentials, how can I tell browser that it should not attempt to save invalid user password (don't show prompt)? Browser "chrome". Don't read this, data to fill ...
ZiiMakc's user avatar
  • 35.1k
0 votes
1 answer
34 views

Output from Chrome Window / Tab Manager extension: Selecting a Window and sorting its Tabs with jq?

People, Here is the head of an exported file: { "tabfern": 42, "version": 1, "tree": [ { "raw_title": "OpenAI", "tabs":...
Philip Rhoades P's user avatar
0 votes
0 answers
12 views

Event handlers are removed in chrome when moving an element out of window then back to it

I have an element that I move from the current window to an external window as follows: element.after(anchor); externalWindow.document.body.append(element); In the external window, the element and ...
Hesham Saleh's user avatar
0 votes
0 answers
12 views

Changing Gemini Browser Interface so Return doesn't Post the Question

When using (Google) Gemini in the Chrome browser (or Edge), it's normal to want to do multiline inputs. This can be done with shift-return (or equivalently shift-enter). But the tendency is so ...
GPU Programmer's user avatar
0 votes
1 answer
21 views

Is there a way to run Chrome browser on the command line so it blocks instead of being spawned?

for tessting a web app with a script I have launch_test() { spawn_local_test_http_server(port) I want -> run_browser_with_url(where server is) such that it will block until the user ...
peterk's user avatar
  • 5,334
-1 votes
1 answer
179 views

How to get rid of "Choose your search engine" dialog in Chrome v.127 on Selenium test run?

Since Chrome Browser updated to version 127, on Selenium tests runs I get the next dialog open: How to get rid of it using C#? Do I need to make some options on driver start? I've already chosen it ...
Denis Koreyba's user avatar

15 30 50 per page
1
2 3 4 5
4851