mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: follow up, remove broken link
This commit is contained in:
parent
5f297b6894
commit
a8d49fc1f4
@ -22,8 +22,6 @@ Playwright enables fast, reliable and capable testing and automation across all
|
||||
|
||||
* **Timeout-free automation**. Playwright receives browser signals, like network requests, page navigations and page load events to eliminate the need for sleep timeouts that cause flakiness.
|
||||
|
||||
* **Lean parallelization with Playwright Test Runner**. Zero configuration [parallel tests](./test-parallel.md).
|
||||
|
||||
* **Fast isolation with browser contexts**. Reuse a single browser instance for multiple isolated execution environments with [browser contexts](./core-concepts.md).
|
||||
|
||||
* **Resilient element selectors**. Playwright can rely on user-facing strings, like text content and accessibility labels to [select elements](./selectors.md). These strings are more resilient than selectors tightly-coupled to the DOM structure.
|
||||
|
Loading…
x
Reference in New Issue
Block a user