Joel Einbinder
fa1d286d56
chore: npm packages ( #525 )
...
## playwright-chromium
- installs chromium
- exposes chromium api from playwright-core
## playwright-firefox
- installs firefox
- exposes firefox api from playwright-core
## playwright-webkit
- installs webkit
- exposes webkit api from playwright-core
## playwright-core
- downloads no browsers
- contains all of the js code
- designed for internal use
## playwright
- downloads all browsers
- exposes the entire api from playwright-core
## github
- downloads all browsers, generates protocol definitions, builds typescript
- exposes "playwright-core" api
2020-01-21 12:22:17 -08:00
Andrey Lushnikov
92bd854d8f
fix(install): follow-up to 5b1aef4c20
2020-01-14 15:44:46 -08:00
Dmitry Gozman
5b1aef4c20
api: remove BrowserFetcher from api, update docs ( #487 )
2020-01-14 10:07:26 -08:00
Dmitry Gozman
dbc39a8816
fix(install): wrong requires ( #480 )
2020-01-13 17:40:56 -08:00
Andrey Lushnikov
5980431ec3
fix(install): await protocol generation scripts ( #468 )
...
Otherwise the output is messed up.
2020-01-13 13:55:24 -08:00
Yury Semikhatsky
778ab3deff
chore: replace CHROME with CHROMIUM ( #465 )
2020-01-13 10:13:28 -08:00
Dmitry Gozman
350452c31d
docs: unify XYZPlaywright api and docs ( #443 )
2020-01-09 14:49:22 -08:00
Pavel Feldman
7d1d0e5c01
chore: allow to be installed from npm
2019-12-14 12:14:00 -08:00
Pavel Feldman
a9568af21d
feat: create FF default profile prefs dynamically ( #250 )
2019-12-14 11:55:21 -08:00
Yury Semikhatsky
b5af3cac11
fix(install): print version of the browser being downloaded ( #146 )
2019-12-05 08:30:58 -08:00
Joel Einbinder
9f603c49fb
feat: easy download ( #56 )
2019-12-04 17:58:38 -08:00
Joel Einbinder
492f539310
chore(firefox): lint against the juggler protocol ( #94 )
2019-12-04 10:33:29 -08:00
Joel Einbinder
6fcb4d2f30
feat: remove all environment variables and references to puppeteer-core ( #47 )
...
* feat: remove all environment variables and references to puppeteer-core
* fixup install
2019-11-21 21:17:23 -08:00
Joel Einbinder
206cf7b83f
feat(webkit): pass all keyboard tests ( #39 )
...
Add `keyboard.sendCharacter` and fixes up all of the keyboard tests.
Drive-by to actually allow selectively installing browsers.
2019-11-20 16:39:12 -08:00
Pavel Feldman
9ba375c063
Initial commit
2019-11-19 10:58:15 -08:00