Skip to content

Commit

Permalink
docs(api.md): remove browser downloads section (#675)
Browse files Browse the repository at this point in the history
It quickly gets out of hand; let's remove it for now.
  • Loading branch information
aslushnikov authored and dgozman committed Jan 27, 2020
1 parent 6e4bf95 commit c850430
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
- [class: WebKitBrowser](#class-webkitbrowser)
- [Working with selectors](#working-with-selectors)
- [Working with Chrome Extensions](#working-with-chrome-extensions)
- [Downloaded browsers](#downloaded-browsers)
<!-- GEN:stop -->

### Playwright module
Expand Down Expand Up @@ -3699,16 +3698,6 @@ const { chromium } = require('playwright');

> **NOTE** It is not yet possible to test extension popups or content scripts.
### Downloaded browsers

During installation Playwright downloads browser executables, according to revisions in the [package.json](https://github.com/microsoft/playwright/blob/master/package.json) file. Below `<playwright>` refers to playwright's package root.

| | Chromium | Firefox | WebKit |
| --- | --- | --- | --- |
| Download host | `https://storage.googleapis.com` | `https://playwrightaccount.blob.core.windows.net` | `https://playwrightaccount.blob.core.windows.net` |
| Local path | `<playwright>/.local-chromium` | `<playwright>/.local-firefox` | `<playwright>/.local-webkit` |
| Supported platforms | `mac`, `win32`, `win64`, `linux` | `mac`, `win32`, `win64`, `linux` | `mac`, `linux`; linux binaries are run with WSL on Windows |
| Approximate download size | 120mb | 70mb | 50mb |

[AXNode]: #accessibilitysnapshotoptions "AXNode"
[Accessibility]: #class-accessibility "Accessibility"
Expand Down

0 comments on commit c850430

Please sign in to comment.