Skip to content

Commit

Permalink
tweak the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 5, 2024
1 parent 9e95458 commit c97daa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c97daa1

Please sign in to comment.