playwright-perl
playwright-perl copied to clipboard
Perl bindings for playwright
https://github.com/microsoft/playwright/issues/1799#issuecomment-731734494 suggests there is indeed a way. The core problem I see is that you’d want the file read to get done in JS rather than passing bytes on from...
Would be handy to be able to set cleanup=1 even on remote servers and have things "just work". E.G. superdaemon mode runs on a defined port, has a method to...
https://metacpan.org/pod/Extism Great talk by the author at yapc 2024, sounds fun
When I run tests on my macbook (perl 5.36), I get the following error at the end of the program: ``` (in cleanup) Can't call method "request" on an undefined...
I'll remove the test at the end of the at/ test in favor of this one. I probably should have made everything XT in the first place. _Originally posted by...
There's probably a better way to figure out how to consult "system node" modules. npm config ls -l seems in the right neighborhood?. npx-import seems like a crazy solution to...