mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-11 01:13:16 +03:00
b388722777
``` require('playwright').chromium.launch(...) window.playwrightweb.chromium.connect(...) ```
25 lines
369 B
Plaintext
25 lines
369 B
Plaintext
/node_modules/
|
|
/test/output-chromium
|
|
/test/output-firefox
|
|
/test/output-webkit
|
|
/test/test-user-data-dir*
|
|
/.local-chromium/
|
|
/.local-firefox/
|
|
/.local-webkit/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
yarn.lock
|
|
/node6
|
|
/src/generated/*
|
|
/src/chromium/protocol.ts
|
|
/src/firefox/protocol.ts
|
|
/src/webkit/protocol.ts
|
|
lib/
|
|
playwright-*.tgz
|
|
/web.js
|
|
/web.js.map
|