-
```
Chrome's DevTools allow us to emulate a network by "throttling" the browser's
network activities, for example "3G" is a 750kbps throughput, with a 100ms
Round Trip Time.
https://developer.chrom…
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Conduct]…
-
Multiple advertisement slots exist on the page where ad auctions occur among various participants. This auction setup is quite intricate, involving multiple players bringing diverse signals. At times,…
-
```
DevTools in Chrome supports Javascript CPU Profiling.
We want to expose it in ChromeDriver.
However, Javascript CPU Profiling in DevTools is not published yet, so the data
format of profiling re…
-
I need to be able to take deterministic screenshots and when animations are running you'll get a different frame from an animation each time.
There does appear to be some control of animations in t…
-
_From @ithinkihaveacat on November 2, 2017 12:33_
The following code (abbreviated version of a file from the `examples` folder) fails silently when entered in the editing component at https://try…
-
### Time sensitive API changes (ideally these should land before 18.0 release):
- [x] Add DevTools API/hooks for collecting Timeline profiling data #23102, #23142, #23151
- [x] React (DEV and profil…
-
### Steps to reproduce
I develop a web extension for Firefox and use the code of https://github.com/mozilla/web-ext/issues/1927#issuecomment-1397225305 to make testing work with Firefox.
The rel…
-
We want to detect scripts that inject login forms to page. We should find how we can detect such injections using Chrome Devtools Protocol. Basically, we are looking for the correct CDP event type, so…
-
Hi, great work.
Can Chrome headless be supported? I understand it'd be a whole different approach yet doable by using Chrome's screenCast as commented here: https://github.com/ChromeDevTools/devtool…