Files
nixpkgs/pkgs/development/web/playwright
phaer 8f481210b7 playwright-driver: expose selectBrowsers for custom browser selection
Expose the underlying browsers function as `selectBrowsers` passthru,
allowing users to create custom browser sets. Note: all browsers are
enabled by default.

Example usage:
  playwright-driver.selectBrowsers {
    withChromiumHeadlessShell = true;
    withChromium = false;
    withFirefox = false;
    withWebkit = false;
    withFfmpeg = false;
  }
2026-02-24 14:54:16 +01:00
..
2025-12-24 02:38:11 -05:00
2025-12-24 02:38:11 -05:00
2025-12-24 02:38:11 -05:00