./www/p5-Playwright, Perl client for Playwright

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.460nb1, Package name: p5-Playwright-1.460nb1, Maintainer: schmonz

Playwright enables reliable end-to-end testing for modern web apps:

- All modern rendering engines including Chromium, WebKit, and Firefox.

- Test on Windows, Linux, and macOS, locally or on CI, headless
or headed.

- Use the Playwright API in TypeScript, JavaScript, Python, .NET, Java.

- Native mobile emulation of Google Chrome for Android and Mobile
Safari. The same rendering engine works on your Desktop and in
the Cloud.


Master sites: (Expand)

Filesize: 644.172 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2024-08-14 16:35:57 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
p5-Playwright: update to 1.460. Changes:

- Fix GetCDPSession, and likely other things passing objects around to
  each other
- Fix #62 - Explosion when running reap_playwright_servers, thanks to
  Keith Carangelo
- Fix issue working with some methods that take multiple arguments,
  thanks to Keith Carangelo
- chdir to tmpdir when daemonizing to fix users without access to /
- Fix #64 - Prevent explosion during global destruction due to UA
  disappearing
   2024-05-04 20:29:33 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
p5-Playwright: update to 1.431. Changes:

- Add support for running this module on microsoft windows.
  reap_playwright_servers is not currently supported.
   2024-02-10 02:16:41 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
p5-Playwright: update to 1.401. Changes:

- Fix ConsoleMessages being broken due to returning out-of-spec data
- Add support for connecting to browserless.io playwright hosts
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-04-20 20:13:06 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 1.324. From the changelog:

- Ensure all PW methods returning Locator objects are correctly blessed
   2023-04-18 18:31:54 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 1.323. From the changelog:

- Ensure temporary files used for IPC by await() are cleaned out of
  /tmp. Patch courtesy of Yanick Champoux.
- Add experimental support for the locator API via Page->locator().
   2023-03-12 16:16:01 by Thomas Klausner | Files touched by this commit (1)
Log message:
p5-Playwright: skip check for interpreter in one file

Alternative would be a node dependency...