From 32f595d1c97a7fbacd6cc711d510aa794505c112 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 4 Jan 2024 18:30:42 +0100 Subject: [PATCH] docs(browsers): fix comment about stable Firefox (#28862) --- docs/src/browsers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/browsers.md b/docs/src/browsers.md index 011ce9001c..ca65a19cad 100644 --- a/docs/src/browsers.md +++ b/docs/src/browsers.md @@ -457,7 +457,8 @@ Google Chrome and Microsoft Edge respect enterprise policies, which include limi ### Firefox -Playwright's Firefox version matches the recent [Firefox Stable](https://www.mozilla.org/en-US/firefox/new/) build. Playwright doesn't work with the branded version of Firefox since it relies on patches. Instead you can test against the recent Firefox Stable build. +Playwright's Firefox version matches the recent [Firefox Stable](https://www.mozilla.org/en-US/firefox/new/) build. Playwright doesn't work with the branded version of Firefox since it relies on patches. + ### WebKit Playwright's WebKit version matches the recent WebKit trunk build, before it is used in Apple Safari and other WebKit-based browsers. This gives a lot of lead time to react on the potential browser update issues. Playwright doesn't work with the branded version of Safari since it relies on patches. Instead you can test against the recent WebKit build.