diff --git a/docs/src/why-playwright.md b/docs/src/why-playwright.md index c8c7f25499..ff83afd9bd 100644 --- a/docs/src/why-playwright.md +++ b/docs/src/why-playwright.md @@ -57,6 +57,4 @@ Playwright enables fast, reliable and capable automation across all modern brows * **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. -* **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. - * **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).