Skip to main content

Questions tagged [google-chrome-devtools]

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

google-chrome-devtools
1 vote
0 answers
8 views

Trouble with Chrome Extension in Manifest V3: Executing Script in to Fetch Translation from Google Translate

I'm working on a Chrome extension that allows users to highlight a word, right-click to translate it using Google Translate, and then log the translation pair to Chrome's local storage. I have ...
M X's user avatar
  • 11
0 votes
1 answer
24 views

python selenium get devtools request headers data

I have tried many searches and attempts, but I haven't achieved the results I wanted. I need devtools >> network >> Headers >> cookie data help!!!! Please let me know how to ...
ahhu's user avatar
  • 19
-3 votes
1 answer
34 views

How to replace html value from class using javascript console

How do I change the price on a web page without inspecting the elements one by one, I want to mark up the ticket price by 50,000 rupiah using the Google Chrome console with code like the following: &...
Alam's user avatar
  • 5
-1 votes
0 answers
17 views

How can I show all results of an aspx table on one page or export to csv?

Currently I am manually copying and pasting the results from the following website into a spreadsheet on a daily basis: https://registers.maryland.gov/RowNetWeb/Estates/frmEstateSearch2.aspx Obviously,...
RHHSRB's user avatar
  • 1
0 votes
0 answers
13 views

React-devtools menu view source for React element does not work

I am running a React Vite app. I installed React developers tools (5.2.0 - 5/8/2024) in Chrome last version. I go to Components menu and I can see my React component Alert in App. But when I click on ...
migmaker's user avatar
  • 2,476
0 votes
0 answers
15 views

Compare the difference in time in which one element is updated on one website and another element is updated on another website using Chrome Console

I have two Chrome windows open on my computer, one on the left and one on the right. The window on the left has a website open that has the element: <p id="new_coin">Bytecoin</p> ...
Digital Farmer's user avatar
1 vote
1 answer
33 views
+50

cookie sent from node backend but not shown on application tab

I am sending cookie in response from node backend to my frontend after jwt signing. In the network tab on frontend , the set-cookie is visible and the cookie is been shown , but in the application tab ...
Aditya Nagare's user avatar
0 votes
1 answer
29 views

Where do I find the Flutter web environment declarations in Chrome?

If I run a Flutter web application defining a variable such as --dart-define=flavor="staging", is there a way to find it in Chrome Developer Tools? I have tried to look it inside the main....
Pandruz's user avatar
  • 427
0 votes
0 answers
15 views

Get NetworkResponseBody selenium

I'm trying to retrieve data from an endpoint on the SofaScore website, but the data I receive in response to my requests appears to be randomized. For instance, when a player is confirmed to have made ...
wesleys_theory35's user avatar
0 votes
0 answers
35 views
+50

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
0 votes
1 answer
46 views

How do I get browser pages when using Puppeteer.connect()?

I'm working on some automation with Puppeteer and I need to create the browser object by using Puppeteer.connect({ browserWSendpoint: endpoint }), rather than Puppeteer.launch({ headless: false }). ...
Gabriel Bigelow's user avatar
0 votes
1 answer
38 views

In Chrome DevTools where is [Attribute Style] defined?

I'm working on a web app that has a lot of tables. In the prior version of the product, there was a little extra padding on the table rows. This wasn't defined specifically in a style sheet, but was ...
user101289's user avatar
  • 10.2k
0 votes
1 answer
44 views

Why my chrome Extension not working, although code seems correct

I am creating a website blocking extension where user, add website he wants to block with a password. And when he tries to open that site, a html page comes in front of him asking for the password, ...
alfaprogramer's user avatar
0 votes
0 answers
16 views

Where does the Chrome DevTools network request filter box search?

The Filter input on the Network tab of Chrome's DevTools can find requests by all kinds of properties, but when you don't use any of those keywords, what does it look for then? I always assumed it ...
AndreKR's user avatar
  • 33.4k
0 votes
0 answers
20 views

Delay between layout and first paint in webPageTest result

When I run a webpagetest on a simplified page, where it has only a css file and couple of images (no JS, no iframes etc), then in the waterfall diagram, i can see that the css was loaded at around 1s ...
mbehzad's user avatar
  • 3,868

15 30 50 per page
1
2 3 4 5
596