thomask
thomask
Hmm seems I have some issues with actually recording Video now and don't have any time to look in to it further.
Have been running into this issue as well. Without having had time to investigate the issue, my hunch is that this happens when using the cache adapter and deleting a...
Did you find a solution? I have the same problem..
ping @fdavid
For anyone landing here, please see: https://github.com/berstend/puppeteer-extra/issues/668#issuecomment-1308340872
Seeing the same issue. Somehow `this` is undefined in the FastClick class
To add to this: This change causes a (further) regression for the `use_validation_groups` feature. It was already broken-ish because of #2117, but this update broke it even further as it...
@LinkTree3 It is because in your code you're re-instantiating the Stealthplugin on the `puppeteer.use` line instead of using the instance on which you've deleted the two evasions. I can confirm...