Skip to content

Commit c850430

Browse files
aslushnikovdgozman
authored andcommitted
docs(api.md): remove browser downloads section (#675)
It quickly gets out of hand; let's remove it for now.
1 parent 6e4bf95 commit c850430

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/api.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
- [class: WebKitBrowser](#class-webkitbrowser)
3333
- [Working with selectors](#working-with-selectors)
3434
- [Working with Chrome Extensions](#working-with-chrome-extensions)
35-
- [Downloaded browsers](#downloaded-browsers)
3635
<!-- GEN:stop -->
3736

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

37003699
> **NOTE** It is not yet possible to test extension popups or content scripts.
37013700
3702-
### Downloaded browsers
3703-
3704-
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.
3705-
3706-
| | Chromium | Firefox | WebKit |
3707-
| --- | --- | --- | --- |
3708-
| Download host | `https://storage.googleapis.com` | `https://playwrightaccount.blob.core.windows.net` | `https://playwrightaccount.blob.core.windows.net` |
3709-
| Local path | `<playwright>/.local-chromium` | `<playwright>/.local-firefox` | `<playwright>/.local-webkit` |
3710-
| Supported platforms | `mac`, `win32`, `win64`, `linux` | `mac`, `win32`, `win64`, `linux` | `mac`, `linux`; linux binaries are run with WSL on Windows |
3711-
| Approximate download size | 120mb | 70mb | 50mb |
37123701

37133702
[AXNode]: #accessibilitysnapshotoptions "AXNode"
37143703
[Accessibility]: #class-accessibility "Accessibility"

0 commit comments

Comments
 (0)