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

Questions tagged [google-chrome-devtools]

Chrome DevTools are the web developer tools built into Google Chrome.

google-chrome-devtools
1 vote
0 answers
48 views

How to Get Total Memory Usage of a Chrome Tab

I am trying to obtain the total memory usage (similar to what is shown in Chrome's Task Manager as "Memory Footprint") of a Chrome tab. While I can get the JavaScript heap size using ...
Anton's user avatar
  • 11
0 votes
0 answers
12 views

Checking upstream and downstream for page

I'm struggle on finding the upstream and downstream for my site pages for analytics the how much internet speed client needed to load my sites page.. is there any way to find it? because i tried to ...
Antoni's user avatar
  • 51
0 votes
0 answers
17 views

How can I see requests/responses using Chrome F12

I am trying to debug an issue that occurs on only 1 customers system (a Chromebook). It is acting like a single click on the button sends the request 4 times. And the app server is on Azure. If this ...
David Thielen's user avatar
0 votes
0 answers
36 views

Is there a way to have web dev tools (like chrome debugger) save changes to the source code? [duplicate]

Web dev tools show you the code and source files in your web pages. They also let you type code into the source file. Is there a way to save those changes to the file? For example, let's say I have ...
1.21 gigawatts's user avatar
0 votes
0 answers
36 views

What happened to DevTools and why are they painfully slow now?

I've recently updated Chrome DevTools, now debugging is painfully slow. What happened? This seems to have worked for me, hope it helps! Open DevTools settings Click "Experiments" tab Scroll ...
Matthew Nolting's user avatar
0 votes
0 answers
18 views

Why can't the icon for the Chrome extension I developed be displayed?

I am developing a Chrome extension that is displayed in the Developer Tools, similar to Network. I used the chrome.devtools.panels.create method and passed the iconPath parameter, but it didn't work. ...
fjxfitst's user avatar
0 votes
1 answer
29 views

Is there a way to enable, pause, resume chrome devtools?

Preq: Launch selenium script in python Once launched we are trying to connect to chrome devtools and control the execution of script for debugging. As and when selenium script starts replaying, I'm ...
sridattas's user avatar
  • 499
0 votes
0 answers
10 views

How to add a custom extensions on Chrome Devtools Frontend bundle source code?

I took the devtools front-end source code from a place and packaged it (as shown above), in this source code, how do I add an extension to it? Like this(below) Instead of installing an extension the ...
linjunchao's user avatar
0 votes
1 answer
17 views

How to make anchor text in HTML

I am new to HTML and I'm trying to create an anchor link to a website, but I'm having trouble getting it to work correctly. Specifically, I want to create a clickable link to this website: https://...
Ruby J Obey's user avatar
0 votes
0 answers
12 views

Performance Insights Panel not visible in devtools after building it locally

I have built chrome devtools-frontend locally. Ref: https://chromium.googlesource.com/devtools/devtools-frontend/ I am unable to view the performance insights panel, I have tried checking it under ...
Winston Pais's user avatar
0 votes
0 answers
12 views

Why no traffic appear in Network tab of Browser Dev Tools, even though there MUST be?

I'm using pad.riseup which interactively allow to modify the text, so there MUST BE active traffic. So how to show it in the Firefox dev tools? And why it doesn't show up? Yeah I clicked on "All&...
allexj's user avatar
  • 11
0 votes
0 answers
11 views

TESTONLY_AND_VISIBILITY Undefined identifier while building Devtools-frontend [version 6312]

While building devtools-frontend i am facing this error forward_variables_from(invoker, "*", TESTONLY_AND_VISIBILITY) ^---------------------- See ...
Winston Pais's user avatar
-2 votes
0 answers
18 views

Extract Computed Accessibility properties from a Facebook post element

I'm trying to identify Sponsored Facebook posts using HTML content. But there are no distinguishable attributes for Sponsored posts compared to normal posts that I can identify. Then there is the ...
Lasith's user avatar
  • 54
-1 votes
0 answers
31 views

Chrome debugger's ignore list is not working

I am debugging a node js application in the chrome and would like to skip the node internal files. Even after enabling ignore list and adding patterns to skip certain files, the debugger still steps ...
Saumitra Kulkarni's user avatar
0 votes
0 answers
7 views

Why does the Replay XHR tool stop working?

Why are there times when you do 'Replay XHR' nothing just happens? After closing the browser and restarting it continues to work, until it crashes again in the same request. In this interval, if you ...
Fabio's user avatar
  • 83

15 30 50 per page
1
2 3 4 5
596