From 3a4171f5326c6d133857cf8022e6bc5897f14eef Mon Sep 17 00:00:00 2001 From: Eugenio Lacuesta Date: Sun, 3 Sep 2023 18:03:53 -0300 Subject: [PATCH] Update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b29b728..dd56456 100644 --- a/README.md +++ b/README.md @@ -143,11 +143,11 @@ Type Optional[`str`], default `None` The endpoint of a remote Chromium browser to connect using the [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/), -via [`BrowserType.connect_over_cdp`](https://playwright.dev/python/docs/api/class-browsertype#browser-type-connect-over-cdp). If set, the `PLAYWRIGHT_LAUNCH_OPTIONS` -setting is ignored. - -If set, all non-persistent contexts will be created on the connected remote browser. -The `PLAYWRIGHT_BROWSER_TYPE` setting must not be set to a value different than "chromium". +via [`BrowserType.connect_over_cdp`](https://playwright.dev/python/docs/api/class-browsertype#browser-type-connect-over-cdp). +If this setting is used: +* all non-persistent contexts will be created on the connected remote browser +* the `PLAYWRIGHT_LAUNCH_OPTIONS` setting is ignored +* the `PLAYWRIGHT_BROWSER_TYPE` setting must not be set to a value different than "chromium" ```python PLAYWRIGHT_CDP_URL = "http://localhost:9222"