From 0169673ad757f5f04fa84390d20c481d76d7b4fc Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Tue, 27 Sep 2022 17:37:32 +0200 Subject: [PATCH] docs: remove inline toc (#17630) --- docs/src/browsers.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/browsers.md b/docs/src/browsers.md index 9f5bfe7cba..e5560b80a7 100644 --- a/docs/src/browsers.md +++ b/docs/src/browsers.md @@ -7,8 +7,6 @@ Each version of Playwright needs specific versions of browser binaries to operat With every release, Playwright updates the versions of the browsers it supports, so that the latest Playwright would support the latest browsers at any moment. It means that every time you update playwright, you might need to re-run the `install` CLI command. - - ## Chromium For Google Chrome, Microsoft Edge and other Chromium-based browsers, by default, Playwright uses open source Chromium builds.