From c97daa1fbda22b19e537dead7d53e6517cf11a80 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Mon, 4 Nov 2024 23:12:07 -0800 Subject: [PATCH] tweak the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af3d5111..80db916f 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ driver = webdriver.Remote('http://127.0.0.1:4723', options=options, strict_ssl=F ``` Since Appium Python client v4.3.0, we recommend using `selenium.webdriver.remote.client_config.ClientConfig` -instead to configure the validation. +instead of giving `strict_ssl` as an argument of `webdriver.Remote` below to configure the validation. ```python from appium import webdriver