playwright-perl icon indicating copy to clipboard operation
playwright-perl copied to clipboard

Perl bindings for playwright

Results 17 playwright-perl issues
Sort by recently updated
recently updated
newest added

Using waitForNavigation after a click always times-out. Here's an example: ``` my $pw = Playwright->new(); my $browser = $pw->launch( headless => 1, type => 'chrome' ); my $page = $browser->newPage({...

enhancement

In playwright repo I'd have to make a perl.ts much like `src/server/supplements/recorder/javascript.ts` And then hardcode it into the list in `src/server/supplements/recorderSupplement.ts` on line 302 (languages)

Such as: https://www.npmjs.com/package/@extra/recaptcha

waiting-on-upstream

Have done a bit of work as of yet, but still need to investigate why the `npm i` bits fail

Apparently it has a stdin/stdout communication mechanism which would result in possibly less code for me to maintain. Primary risks: 1. may result in specification handling code having to move...

the race in the example.pl when reading console is an example of this

for https appreciators