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.