From 043ed975c1701cd546fb7a623e4b55f31cebeef4 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Thu, 21 Jan 2021 18:42:21 +0530 Subject: [PATCH] docs: update limitations to reflect java bindings (#5086) --- docs/src/why-playwright.md | 2 -- 1 file changed, 2 deletions(-) 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).