From 1afa9d44fb53ed7f7cc4d5efcd9f32a7673fc6cf Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 4 Aug 2023 17:35:59 +0200 Subject: [PATCH] docs(debug): remove incorrect console APIs (#24602) This got accidentally added in https://github.com/microsoft/playwright/commit/54f7141877600cd396f882a685b95dad875422d6. Fixes https://github.com/microsoft/playwright/issues/24562 --- docs/src/debug.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/src/debug.md b/docs/src/debug.md index f0337fdfe8..d47eafe21b 100644 --- a/docs/src/debug.md +++ b/docs/src/debug.md @@ -369,22 +369,6 @@ Locator () - elements: [button] ``` -#### playwright.highlight(selector) - -Highlight the first occurrence of the locator: - -```bash -playwright.highlight('.auth-form'); -``` - -#### playwright.clear() - -```bash -playwright.clear() -``` - -Clear existing highlights. - #### playwright.selector(element) Generates selector for the given element. For example, select an element in the Elements panel and pass `$0`: