Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 1, 2024
1 parent 28300e4 commit 1e46087
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ driver = webdriver.Remote(
## Relax SSL validation
TODO: add 'ClientConfig' method way.
`strict_ssl` option allows you to send commands to an invalid certificate host like a self-signed one.
```python
Expand All @@ -313,6 +315,8 @@ driver = webdriver.Remote('http://127.0.0.1:4723', options=options, strict_ssl=F
## Set custom `AppiumConnection`
TODO: add 'ClientConfig' example as well.
The first argument of `webdriver.Remote` can set an arbitrary command executor for you.
1. Set init arguments for the pool manager Appium Python client uses to manage HTTP requests.
Expand Down

0 comments on commit 1e46087

Please sign in to comment.