File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 - name : Install Playwright Chromium
5050 working-directory : adapter-hackernews
51- run : npx playwright install chromium --with-deps
51+ run : npx patchright install chromium --with-deps
5252
5353 - name : Build
5454 working-directory : adapter-hackernews
Original file line number Diff line number Diff line change 1818 "devDependencies" : {
1919 "@browserkit/core" : " github:browserkit-dev/browserkit#main" ,
2020 "@types/node" : " ^22.13.14" ,
21- "playwright " : " ^1.51.1" ,
21+ "patchright " : " ^1.51.1" ,
2222 "tsx" : " ^4.19.3" ,
2323 "typescript" : " ^5.7.3" ,
2424 "vitest" : " ^3.0.9" ,
Original file line number Diff line number Diff line change 11import { defineAdapter } from "@browserkit/core" ;
22import { z } from "zod" ;
3- import type { Page } from "playwright " ;
3+ import type { Page } from "patchright " ;
44import { SELECTORS } from "./selectors.js" ;
55
66// ─── Types ────────────────────────────────────────────────────────────────────
You can’t perform that action at this time.
0 commit comments