Skip to main content

All Questions

0 votes
0 answers
73 views

Chrome marked existing animation as invalidated when starting new animation

I found chrome will do a huge Recalculate Style and Pre-Paint for existing animations when I start a new animation wherever on the page. Is this by design or a Chromium bug? Imagine my real web page ...
crazyones110's user avatar
3 votes
2 answers
293 views

Dev tools in Chromium do not allow pasting

I am using Playwright with Chromium. Every time a Chromium windows opens - When I debug a test, I can Not paste text into the console tabs. I get this error: "Warning: Don’t paste code into the ...
Tal Angel's user avatar
  • 1,602
0 votes
1 answer
45 views

How to activate Chrome's DOM Distiller with Javascript?

Is there any way to activate Chrome's DOM Distiller with a (console) Javascript? - like to set --enable-dom-distiller flag from console? Background: I have a software with an in-build Chromium. I have ...
Evgeniy's user avatar
  • 2,491
15 votes
3 answers
3k views

Change the blue background of chrome devtool like before

Chrome has recently pushed an update to the devtool, the background has become blue (previously it was gray/black), now how can I change it back to the previous one? The annoying blue background hurts ...
Alo's user avatar
  • 360
0 votes
0 answers
20 views

Horizontal view for the Network tab on DevTools

I know it's possible to make this from the Settings -> Preferences -> Appearance -> Panel Layout but that only applies to the Elements tab. Is there a way to apply that to the Network tab as ...
oividiosCaeremos's user avatar
4 votes
0 answers
333 views

Messages from audioWorklet processor console.log are not displayed

Browser: Chromium Version 122.0.6261.94 (Official Build) Arch Linux (64-bit) I took the audioWorklet example https://googlechromelabs.github.io/web-audio-samples/audio-worklet/basic/hello-audio-...
Sergey's user avatar
  • 612
0 votes
0 answers
54 views

FileNotFoundError when running `npm run check` from `chromium/src/third_party/devtools-frontend/src`

Here's the stack trace Traceback (most recent call last): File "third_party/node/node.py", line 58, in <module> RunNode(args, output) File "third_party/node/node.py", ...
Alan Hape's user avatar
0 votes
0 answers
60 views

How to load and enable extensions in a createBrowserContext target

I'm using the Chrome DevTools Protocol to create isolated contexts for tests within a single Chrome process. I'd like to load and enable extensions, which works fine in the regular context (with or ...
Oskar Wickström's user avatar
0 votes
1 answer
136 views

How can I enable Mobile mode for chromium browser on start

I found the attribute: emulate_mobile_enabled_ in file third_party\blink\renderer\core\inspector\dev_tools_emulator.cc , I have set it to true , however after building and starting chrome it still ...
xmfocus's user avatar
  • 13
0 votes
0 answers
63 views

how to get "out of process iframe" by Chrome DevTools Protocol(Playwright)

Page.getFrameTree interface can't get "out of process iframe". browser = playwright.chromium.connect_over_cdp("http://localhost:9222") default_context = browser.contexts[0]...
maikesi wu's user avatar
0 votes
0 answers
81 views

How to stop dev tools (inspect element) on Chrome from closing?

After a while, even if the window is active, the developer tools (inspect element) tab will auto-close, this is bad since I have to always keep it open to emulate a touch device, I've looked through ...
xMistt's user avatar
  • 1
1 vote
1 answer
247 views

Chrome 119 Dev Tools: Application > Clear site Data leaves 2GB behind

I'm on Chrome Beta for dev purposes. In there, I was always able to scrub local site data using Dev Tools > Application > Clear Site Data. Now, clicking the button leaves me with almost 3GB ...
ProudOne's user avatar
  • 345
0 votes
0 answers
124 views

While running my program the chromium driver doesn't start

Running my program the terminal throws the following error DevTools listening on ws://127.0.0.1:63762/devtools/browser/0e266bb1-5a0e-4403-be15-e114d23b155a [0907/105719.182:ERROR:...
ARJUN RAMASWAMY's user avatar
5 votes
2 answers
1k views

Is there a way to add items to the native browser's context menu from a webpage?

Trying to implement context menus for websites is, at least in my experience, difficult. I primarily build single page applications using react, where often a context menu is a necessity. Although to ...
Jamzy01's user avatar
  • 317
0 votes
0 answers
49 views

Snippets: Redirecting on the page stops the script execution. Why?

If you execute the following script, the console.logs never execute. Why? I don't see a reason why it should stop running on page switch. My use case was actually too simple to justify puppeteer, but ...
codepleb's user avatar
  • 10.5k

15 30 50 per page
1
2 3 4 5
9