-
**For Android:**
use Chrome debug protocol. To find the `remote-debugging-port` use `adb -s emulator-5554 forward --list`.
Sample output is
```emulator-5554 tcp:8200 tcp:6790
emulator-5554 tcp:…
-
Does the duktape debugging protocol support Chrome DevTools?
For example, in Node.js you can pass an `--inspect` flag which enables the debugger, then if you open the `chrome://inspect` URL inside …
-
### Is there an existing issue for this?
- [X] Yes, I have searched the existing issues and none of them match my problem.
### Product Variant
Self-Hosted
### Current Behavior
When I ge…
-
Unless I missed it, it looks like the sdbg console only supports displaying output written to the console. It would be useful to also be able to evaluate expression, similar to the console in a web br…
-
I ran the example driver code and got TimeoutError
```/usr/bin/python3.6 /home/mouse/.PyCharmCE2017.1/config/scratches/scratch_25.py
[9618:9655:0117/170740.834686:ERROR:browser_gpu_channel_host_fact…
-
I've held off on writing thorough tests, because getting a good mock WebAuthn authenticator working was a bit daunting. However, Chrome's DevTools protocol now supports virtual authenticators: https:/…
-
### FAQ
- [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/main/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/main/d…
-
### Steps to reproduce
1. I updated the sdk and start playing with editing status bar colors natively and then, flutter causes appbars to render very below their point with some padding.
### Expecte…
-
It would be super helpful to have an Emulator option to quickly toggle some of the same settings that are nested under the second toolbar's `Rendering` menu in the inspector.
I often need to toggle…
-
WebWorkers can `fetch` data; we should surface traffic from web workers in puppeteer.
This is blocked on #2548 since nested targets are broken with request interception. See https://github.com/Goog…