From 55a067f5438b4d8f976675d387cd273fab266289 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Fri, 8 May 2020 10:32:24 -0700 Subject: [PATCH] docs(readme): update capabilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc45e5e9c0266..2d29420df8f3f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Playwright is built to automate the broad and growing set of web browser capabil * Auto-wait for elements to be ready before executing actions (like click, fill) * Intercept network activity for stubbing and mocking network requests * Emulate mobile devices, geolocation, permissions +* Support for web components via shadow-piercing selectors * Native input events for mouse and keyboard * Upload and download files