You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Integrates with your workflow](#integrates-with-your-workflow)
10
+
-[Limitations](#limitations)
10
11
<!-- GEN:stop -->
11
12
12
13
## Support for all browsers
@@ -16,7 +17,7 @@ Playwright enables fast, reliable and capable automation across all modern brows
16
17
17
18
***Test for mobile**. Use [device emulation](emulation.md) to test your responsive web apps in mobile web browsers.
18
19
19
-
***Headless and headful**. Headless and headful automation is supported across all browsers and on all platforms.
20
+
***Headless and headful**. Playwright supports headless (without browser UI) and headful (with browser UI) modes for all browsers and all platforms. Headful is great for debugging, and headless is faster and suited for CI/cloud executions.
20
21
21
22
## Fast and reliable execution
22
23
***Auto-wait APIs**. Playwright interactions [auto-wait for elements](actionability.md) to be ready. This improves reliability and simplifies test authoring.
@@ -41,8 +42,16 @@ Playwright enables fast, reliable and capable automation across all modern brows
41
42
42
43
***TypeScript support**. Playwright ships with built-in types for auto-completion and other benefits.
43
44
44
-
***Debugging tools**. Playwright integrates with the [editor debugger](debug.md) to
45
+
***Debugging tools**. Playwright works with the [editor debugger and browser developer tools](debug.md) to pause execution and inspect the web page.
45
46
46
47
***Language bindings**. Playwright is also available in [Python](https://github.com/microsoft/playwright-python) and [C#](https://github.com/hardkoded/playwright-sharp).
47
48
48
49
***Deploy tests to CI**. First-party [Docker image](docker/README.md) and [GitHub Actions](https://github.com/microsoft/playwright-github-action) to deploy tests to [your preferred CI/CD provider](ci.md).
50
+
51
+
## Limitations
52
+
53
+
***Legacy Edge and IE11 support**. Playwright does not support legacy Microsoft Edge or IE11 ([deprecation notice](https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666)). The new Microsoft Edge (on Chromium) is supported.
54
+
55
+
***Java language bindings**: The Playwright API cannot be used in Java or Ruby today. This is a temporary limitation as Playwright is built to support bindings for any language.
56
+
57
+
***Test on real mobile devices**: Playwright uses desktop browsers to emulate mobile devices. If you are interested in running on real mobile devices, please [upvote this issue](https://github.com/microsoft/playwright/issues/1122).
0 commit comments