From 1942eb5fdca958d29e7bd1f7066c399a0a16dd01 Mon Sep 17 00:00:00 2001 From: zax2002 Date: Thu, 14 Sep 2023 09:41:59 +0300 Subject: [PATCH] Typo in README (#901) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe467ec..845ab77 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ This also speeds up the requests since it won't have to launch a new browser ins | Parameter | Notes | |-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | session | Optional. The session ID that you want to be assigned to the instance. If isn't set a random UUID will be assigned. | -| proxy | Optional, default disabled. Eg: `"proxy": {"url": "http://127.0.0.1:8888"}`. You must include the proxy schema in the URL: `http://`, `socks4://` or `socks5://`. Authorization (username/password) is supported. Eg: `"proxy": {"url": "http://127.0.0.1:8888", username": "testuser", "password": "testpass"}` | +| proxy | Optional, default disabled. Eg: `"proxy": {"url": "http://127.0.0.1:8888"}`. You must include the proxy schema in the URL: `http://`, `socks4://` or `socks5://`. Authorization (username/password) is supported. Eg: `"proxy": {"url": "http://127.0.0.1:8888", "username": "testuser", "password": "testpass"}` | #### + `sessions.list`