From 35c2633013a2b782bc2df35913999057106fa4d2 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Wed, 29 Nov 2023 12:16:10 -0800 Subject: [PATCH] docs: state that grid support is experimental (#28406) --- docs/src/selenium-grid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/selenium-grid.md b/docs/src/selenium-grid.md index c7b4a1b4d3..636bfb6d43 100644 --- a/docs/src/selenium-grid.md +++ b/docs/src/selenium-grid.md @@ -1,11 +1,11 @@ --- id: selenium-grid -title: "Selenium Grid" +title: "Selenium Grid (experimental)" --- ## Introduction -Playwright can connect to [Selenium Grid Hub](https://www.selenium.dev/documentation/grid/) that runs Selenium 4 to launch **Google Chrome** or **Microsoft Edge** browser, instead of running browser on the local machine. +Playwright can connect to [Selenium Grid Hub](https://www.selenium.dev/documentation/grid/) that runs Selenium 4 to launch **Google Chrome** or **Microsoft Edge** browser, instead of running browser on the local machine. Note this feature is **experimental** and is prioritized accordingly. :::warning There is a risk of Playwright integration with Selenium Grid Hub breaking in the future. Make sure you weight risks against benefits before using it.