Closed cchen124 closed 4 years ago
This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation. If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under component: Platform>DevTools>Platform
. Thanks in advance!
I am trying to execute the below script using the Chrome DevTools Protocol in Puppeteer tests. I receive a protocol error of "Protocol error (Runtime.runScript): No script with given id" at
await client.send('Runtime.runScript', {scriptId: idScriptString});
.Does anyone have a suggestion of how to begin to debug this?