docs: state that grid support is experimental (#28406)
This commit is contained in:
parent
c137b23a6c
commit
35c2633013
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue