Advertisement
dereksir

Untitled

Aug 30th, 2023
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Any browser supported by playwright can be used with plugins
  2. import { chromium, firefox, webkit } from 'playwright-extra'
  3.  
  4. chromium.use(plugin)
  5. firefox.use(plugin)
  6. webkit.use(plugin)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement