Questions tagged [google-chrome-flags]
26 questions
20
votes
1 answer
Is there a command line flag to disable JavaScript source maps for Chrome?
Edit: I opened a new issue with Chromium.
Our project uses TypeScript compiled to JavaScript. When debugging automated unit tests in Karma, I want to disable JavaScript source maps and stick to debugging the compiled code.
I know how to do this…

stealththeninja
- 3,576
- 1
- 26
- 44
8
votes
1 answer
How to customize Global Media Controls in Google Chrome (question and answer)
How to Enable or Disable Global Media Controls in Google Chrome
see "Global Media Controls"
Go to chrome://flags/#global-media-controls
Set "Enabled"
Click button "Relaunch"
How to customize (bacground image, action on click) Global Media Controls…

Adrosar
- 81
- 2
5
votes
1 answer
Using Chrome flags with QtWebEngine (PyQt5)
For the development of my PyQt5 browser project, I read here that by passing Chrome flags as application arguments, they will automatically be passed onto the QtWebEngineProcess.exe when it gets launched by the code. I have tried doing app =…

SamG101
- 488
- 1
- 7
- 18
4
votes
3 answers
How to disable same site policy in Chrome?
Is it possible to run chrome without checking SameSite attribute even if the server set it
Set-Cookie: key=value; SameSite=Strict
I did not find any flag

CruorVult
- 823
- 1
- 9
- 17
3
votes
1 answer
testing using selenium: chrome screensharing auto select tab and share with audio
I am testing my website using Selenium and I am able to open chrome with --auto-select-desktop-capture-source="tab_name" and select the tab when screen share is enabled. Now I want the audio playing in the tab to be in my stream along with the…

John Vera
- 59
- 1
- 3
3
votes
2 answers
How to customize google chrome tab hover cards
Is there any workaround to customize the tab hover card of chrome 78+?
By customize I mean to change the text of the hover card.
The page was opened blank and then html text is added using write function. Then I changed the title.
var win =…

NSk
- 31
- 3
2
votes
2 answers
Enable Silent Debugging is not available in Chrome browser
I am not able to see one of the Chrome browser flag - "Enable Silent Debugging" in latest updated Chrome browser. Please let me know if this flag has been changed to something else.

HarshaBugatti
- 53
- 1
- 7
2
votes
1 answer
Google Chrome --allow-running-insecure-content does not work
The Google Chrome flag --allow-running-insecure-content does not work. I have confirmed that the executable is in fact running with this flag by seeing the command line args in the chrome://version/ URL where it is clearly reflected.
When I visit…

David Pine
- 23,787
- 10
- 79
- 107
1
vote
1 answer
Unable to enable-experimental-web-platform-features by command line for chrome
I am not able to enable-experimental-web-platform-features flag by command line. I am using different user profile which is not the default one of chrome.
I am doing this by following:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
…

Jay Khatri
- 19
- 5
0
votes
2 answers
Chrome Overlay Scrollbars not following default behavior - Why?
If you launch Chrome, the vertical scrollbar will not be visible on html tables. This is controlled by the Overlay Scrollbars flag. If the flag is enabled, the vertical scrollbar will not be visible, if flag is disabled, the scrollbar will be…

BeyondThreeWoods
- 1
- 1
0
votes
0 answers
How to enable chrome flag with adb shell script on android?
Goal is to enable chrome flag on android device without user interaction.
I have something like this:
adb shell am start -n com.android.chrome/com.google.android.apps.chrome.Main -d "chrome://flags/#enable-new-contacts-picker"
or
adb shell am…

lucia kravcová
- 21
- 1
0
votes
0 answers
Deprecated Chrome Flags
I want to know if there is any way to use deprecated chrome flags on Chromium-based mobile browsers?
Eg. There was an amazing flag -> Overscroll history navigation in previous version chrome android.
Enabling this flag helped in moving forward by…

rTx
- 11
- 2
0
votes
0 answers
How can I open an app with arguments in ChromeOS?
I need to use this Chrome argument,
--autoplay-policy=no-user-gesture-required
on Windows you simply add that to the shortcut on your Desktop.
But I can't seem to find a way on ChromeOS, any idea?

vdegenne
- 12,272
- 14
- 80
- 106
0
votes
0 answers
I want to disable chrome flags: SameSite by default cookies, Cookies without SameSite must be secure and Schemeful Same-Site using java
I want to automate test cases but chrome flags:
1). SameSite by default cookies.
2). Cookies without SameSite must be secure.
3). Schemeful Same-Site.
are blocked me to loggin, so I want to disable these flags. I have tried below code, code are…
0
votes
0 answers
Chrome extension developement - Access localhost https with self-signed certificate flag deprecated since chrome version 88, what's the alternative?
I have developed a public chrome extension which connects to a game locally to display information from the game on a website. The game hosts a local https port with self-signed certificate. I have no control over the game - this is their method of…

Samuel
- 86
- 1
- 7