Ash
Ash
Will `HEAD` or `PATCH` work? I'm not even sure why the Chrome/Chromium teams are now considering `GET` and `POST` unsafe for invoking devtools endpoints, that too without any alternative provided?...
Maybe just have conditional method in code for now: `PUT` for Chrome (and Chromium-based Edge?), `GET` for others.
Appreciate your time & efforts on this project James. Any chance of a release in the coming weeks or months?!
Tried a few simpler local test pages with inline as well as external JS, and it seems to work in most cases, so it looks like the issue occurs with...
Thanks for sharing your thoughts. I used System.Diagnostics.Stopwatch (high-resolution timer) to measure the processing time and GC.GetTotalMemory to measure the memory usage. System.Net.WebClient was used to download (not part of...
Yes, my test code is a combination of parsing and querying, but I'm measuring/comparing the time taken for both separately (not as a single task). Most of the bigger time...
> Starting from this signal above, we don't pick any new jobs, but allow fetched ones to be completed. I'm assuming that if there are no pending jobs, then the...
Just to chime in since this issue is old but important. The accessibility tree item for a link still doesn't contain its URL value: ```js await page.accessibility.snapshot({ interestingOnly: false });...
Any way to remove the set proxy before a retry? Setting `error.options.context.proxyUrl` to undefined, null or an empty string in the `beforeRetry` hook still makes a retry request with the...
I got this extension to work in Cursor[1] (thanks to an unrelated video[2] and its referenced PR comment[3]). These file configurations will allow debugging including hitting breakpoints: `launch.json` (edit ``...