Elliott Brooks
Elliott Brooks
Based on the error message `[SEVERE]: Timed out receiving message from renderer`, I believe these two flakes have the same underlying cause - ChromeDriver isn't starting up in time to...
Digging in a bit more, I think the `ScriptTimeoutException` we are hitting is the default [WebDriver script timeout](https://developer.mozilla.org/en-US/docs/Web/WebDriver/Reference/Timeouts#script). The 30,000 ms timeout matches the error we are seeing (`[SEVERE]: Timed...
Hello @hrajwade96 - is this PR still on your radar or should it be closed? Thank you!
Note: Performing a hard refresh on DevTools then causes the missed requests to appear
I would suggest we use the same copy button for all tabs which is displayed for the response / request tabs but make it more discoverable. Currently the UI is...
I also think we should update the "copy" button in the table: 1. Add "Actions" to the column header 2. Instead of the three-dots that show up when you hover...
Note: Performing a hard refresh on DevTools then causes the missed requests to appear
> I honestly thought this was just a shortcoming (like, missing feature, not bug) of the network panel 😅 ; that you can't leave and go back. Ah I see...
One other option in case continually recording network requests is too much overhead: The first time you navigate to the Network screen _we do not start recording automatically and instead...
Hi @SalomeViz. This might be a caching issue. Could you try clearing the DevTools site cache: - Open up Chrome DevTools for the Flutter DevTools in the web browser -...