Skip to content

Commit

Permalink
docs(why-playwright): fix link to downloads doc (#5505)
Browse files Browse the repository at this point in the history
The document for file downloads is in `downloads.md` not in `network.md` (this change was applied in #5042).
  • Loading branch information
tiqwab committed Feb 22, 2021
1 parent 75ee727 commit cadcd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/why-playwright.md
Expand Up @@ -33,7 +33,7 @@ Playwright enables fast, reliable and capable automation across all modern brows

* **Modern web features**. Playwright supports web components through [shadow-piercing selectors](./selectors.md), [geolocation, permissions](./emulation.md), web workers and other modern web APIs.

* **Capabilities to cover all scenarios**. Support for [file downloads](./network.md) and [uploads](./input.md), out-of-process iframes, native [input events](./input.md), and even [dark mode](./emulation.md).
* **Capabilities to cover all scenarios**. Support for [file downloads](./downloads.md) and [uploads](./input.md), out-of-process iframes, native [input events](./input.md), and even [dark mode](./emulation.md).

## Integrates with your workflow
* **One-line installation**. Installing Playwright auto-downloads browser dependencies for your team to be onboarded quickly.
Expand Down

0 comments on commit cadcd53

Please sign in to comment.