Top "Google-chrome-devtools" questions

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

How can I block page autorefresh in Google Chrome?

I would like to stop autorefresh page in Google Chrome, because it is a very annoying and memory consuming issue …

google-chrome browser refresh google-chrome-devtools page-refresh
Chrome stalls when making multiple requests to same resource?

I'm trying to implement long polling for the first time, and I'm using XMLHttpRequest objects to do it. So far, …

google-chrome google-chrome-devtools long-polling
Debug iOS 6+7 Mobile Safari using the Chrome DevTools

iOS 6 comes with built-in support for remote debugging (1 minute screencast). It plays nice with the new Safari Web Inspector which …

ios safari mobile-safari google-chrome-devtools web-inspector
Chrome opens with "Data;" with selenium

I am a newbie to Selenium and trying to open localhost:3000 page from Chrome via selenium driver. The code is : …

google-chrome selenium selenium-webdriver google-chrome-devtools ui-automation
Can I programmatically open the devtools from a Google Chrome extension?

I have a chrome extension which hooks into the devtools. Ideally I want a badge that, when clicked, opens up …

javascript google-chrome-extension google-chrome-devtools
Google Chrome developer tools works very slow

Sinсe Google Chrome was updated to 50.x version, it become impossible to work with DevTools. This issue reproduced mostly …

google-chrome google-chrome-devtools
Debugging Content Scripts for Chrome Extension

General Questions Hello! I'm delving into the world of Chrome Extensions and am having some problems getting the overall workflow …

debugging google-chrome-extension google-chrome-devtools content-script
HTTP POST payload not visible in Chrome debugger?

I have checked out this and that. However, my debugger looks like below. Failure example . No form data, No raw …

google-chrome post http-post google-chrome-devtools
How to set max viewport in Puppeteer?

When I run a new page, I must specify size of the viewport using the setViewport function: await page.setViewport({ …

javascript node.js google-chrome-devtools viewport puppeteer
How to reset chrome inspector?

Something is wrong with my Chrome inspector, I would like to reset the Chrome inspector to out of the box …

google-chrome google-chrome-devtools chromium