------------------------------------------------------------------- Thu Jul 17 05:40:51 UTC 2025 - Tina Müller - updated to 1.532.0 (1.532) see /usr/share/doc/packages/perl-Playwright/Changes 1.532 2025-07-16 TEODESIAN - Fix cookie functionality broken in prior release. Patch by Keith Carangelo. ------------------------------------------------------------------- Mon Jun 30 05:36:35 UTC 2025 - Tina Müller - updated to 1.531.0 (1.531) see /usr/share/doc/packages/perl-Playwright/Changes 1.531 2025-06-29 TEODESIAN - Fix Locator.all(), and likely other things returning arrays of playwright objects ------------------------------------------------------------------- Tue Aug 13 05:30:36 UTC 2024 - Tina Müller - updated to 1.460.0 (1.460) see /usr/share/doc/packages/perl-Playwright/Changes 1.460 2024-08-11 TEODESIAN - 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 ------------------------------------------------------------------- Wed May 1 03:07:38 UTC 2024 - Tina Müller - updated to 1.431 see /usr/share/doc/packages/perl-Playwright/Changes 1.431 2024-04-13 TEODESIAN - Add support for running this module on microsoft windows. reap_playwright_servers is not currently supported. ------------------------------------------------------------------- Fri Mar 8 22:56:42 UTC 2024 - Tina Müller - Fix disabling of __perllib_provides ------------------------------------------------------------------- Fri Feb 9 03:08:04 UTC 2024 - Tina Müller - updated to 1.401 see /usr/share/doc/packages/perl-Playwright/Changes 1.401 2024-02-07 TEODESIAN - Fix ConsoleMessages being broken due to returning out-of-spec data - Add support for connecting to browserless.io playwright hosts ------------------------------------------------------------------- Wed Apr 19 03:07:42 UTC 2023 - Tina Müller - updated to 1.324 see /usr/share/doc/packages/perl-Playwright/Changes 1.324 2023-04-18 TEODESIAN - Ensure all PW methods returning Locator objects are correctly blessed 1.323 2023-04-17 TEODESIAN - 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(). ------------------------------------------------------------------- Thu Dec 29 03:08:20 UTC 2022 - Tina Müller - updated to 1.291 see /usr/share/doc/packages/perl-Playwright/Changes 1.291 2022-12-28 TEODESIAN - Add 'port' mechanism to connect to remote instances of playwright_server - Add systemd service files for running things in user mode. See service/Readme.md ------------------------------------------------------------------- Tue Aug 23 03:07:40 UTC 2022 - Tina Müller - updated to 1.251 see /usr/share/doc/packages/perl-Playwright/Changes 1.251 2022-08-21 TEODESIAN - Fix some undef value warnings in odd situations when using the --port option. ------------------------------------------------------------------- Mon Aug 15 03:08:06 UTC 2022 - Tina Müller - updated to 1.250 see /usr/share/doc/packages/perl-Playwright/Changes 1.250 2022-08-14 TEODESIAN - Update for playwright v1.25 - Added ability to pass --port to spawn OR use existing pw server on provided port. ------------------------------------------------------------------- Thu May 12 03:07:08 UTC 2022 - Tina Müller - updated to 1.210 see /usr/share/doc/packages/perl-Playwright/Changes 1.210 2022-05-11 TEODESIAN - Update for playwright v1.21 - Changed versioning to match the version of playwright it's tested against ------------------------------------------------------------------- Thu Feb 24 03:10:29 UTC 2022 - Tina Müller - updated to 0.019 see /usr/share/doc/packages/perl-Playwright/Changes 0.019 2022-02-22 TEODESIAN - Update for playwright v1.19 ------------------------------------------------------------------- Fri Jan 21 03:08:35 UTC 2022 - Tina Müller - updated to 0.018 see /usr/share/doc/packages/perl-Playwright/Changes 0.018 2022-01-20 TEODESIAN - Update for playwright v1.18 ------------------------------------------------------------------- Thu Oct 28 03:07:38 UTC 2021 - Tina Müller - updated to 0.017 see /usr/share/doc/packages/perl-Playwright/Changes 0.017 2021-10-10 TEODESIAN - Adjust to handle _request() becoming request() - Document perl equivalents for playwright-test ------------------------------------------------------------------- Wed Oct 6 03:07:58 UTC 2021 - Tina Müller - updated to 0.016 see /usr/share/doc/packages/perl-Playwright/Changes 0.016 2021-09-16 TEODESIAN - Prevent deep recursion due to playwright using the _request name for methods too - Actually support getting FetchRequest objects via the _request() method ------------------------------------------------------------------- Tue Sep 14 03:06:56 UTC 2021 - Tina Müller - updated to 0.015 see /usr/share/doc/packages/perl-Playwright/Changes 0.015 2021-09-13 TEODESIAN - Add a note on proper usage of Download classes to the POD. ------------------------------------------------------------------- Fri Sep 10 03:06:59 UTC 2021 - Tina Müller - updated to 0.014 see /usr/share/doc/packages/perl-Playwright/Changes 0.014 2021-09-09 TEODESIAN - Add cleanup option to Playwright::new, and bin/reap_playwright_servers to assist in cleanup when doing manual investigations. - Fix issue with reference to eval() rather than evaluate() - Launch via browserServerLaunch so we can interrogate playwright for the browser PID ------------------------------------------------------------------- Wed Sep 1 03:06:12 UTC 2021 - Tina Müller - updated to 0.013 see /usr/share/doc/packages/perl-Playwright/Changes 0.013 2021-08-31 TEODESIAN - Statically generate playwright subclasses so that callers can easily wrap them with MOPs. - allow evaluate() to be called on ElementHandles ------------------------------------------------------------------- Wed Aug 4 03:08:32 UTC 2021 - Tina Müller - updated to 0.012 see /usr/share/doc/packages/perl-Playwright/Changes 0.012 2021-08-03 TEODESIAN - Automatically translate element handles passed as args objects to the playwright process. ------------------------------------------------------------------- Wed Jul 28 03:09:45 UTC 2021 - Tina Müller - updated to 0.011 see /usr/share/doc/packages/perl-Playwright/Changes 0.011 2021-07-27 TEODESIAN - Make no attempts whatsoever to install node deps for users, instead giving them advice how to self-service fix their problems. 0.010 2021-07-27 TEODESIAN - Fix issue with yargs fix breaking invocation in Playwright.pm - Fix issue with child selectors being broken - Add ability to specify library path 0.009 2021-07-26 TEODESIAN - Remove dependency on yargs in bin/playwright_server ------------------------------------------------------------------- Sat Jul 17 03:08:35 UTC 2021 - Tina Müller - updated to 0.008 see /usr/share/doc/packages/perl-Playwright/Changes 0.008 2021-07-16 TEODESIAN - Add parent attribute to grab element parents when needed - Remove dependency on AsyncData in favor of File::Temp, Sereal and fork(). - Prevent destructors for other objects firing in forks used to do asynchronous operations. ------------------------------------------------------------------- Fri Jun 18 03:08:00 UTC 2021 - Tina Müller - updated to 0.007 see /usr/share/doc/packages/perl-Playwright/Changes 0.007 2021-06-17 TEODESIAN - Adjust module for changing Download returns, and api.json no longer being shipped with Playwright - Fix some warnings when installing for the first time. ------------------------------------------------------------------- Tue Apr 27 14:01:09 UTC 2021 - Tina Müller - Initial submission