fix(webview): send Target.setPauseOnStart earlier#41413
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Test results for "tests 2"4 failed 24 flaky104519 passed, 4403 skipped Merge workflow run. |
upstream WebKit is able to send this as soon as Web Inspector is opened since that only happens when there is for sure something to inspect as such, Web Inspector doesn't have to wait to receive a message in order to know that there is a target to receive this command leverage `Target.targetCreated` as the likely first event from the inspected page to emulate this behavior
5a886c9 to
4e8b6e6
Compare
|
im gonna investigate the issue with |
Test results for "tests 1"3 failed 5 flaky48924 passed, 1142 skipped Merge workflow run. |
Test results for "MCP"7380 passed, 1122 skipped Merge workflow run. |
|
test timeout fixed in #41416 |
upstream WebKit is able to send this as soon as Web Inspector is opened since that only happens when there is for sure something to inspect
as such, Web Inspector doesn't have to wait to receive a message in order to know that there is a target to receive this command
leverage
Target.targetCreatedas the likely first event from the inspected page to emulate this behavior