Skip to content

Commit 1e46087

Browse files
committed
add todo
1 parent 28300e4 commit 1e46087

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ driver = webdriver.Remote(
291291
292292
## Relax SSL validation
293293
294+
TODO: add 'ClientConfig' method way.
295+
294296
`strict_ssl` option allows you to send commands to an invalid certificate host like a self-signed one.
295297
296298
```python
@@ -313,6 +315,8 @@ driver = webdriver.Remote('http://127.0.0.1:4723', options=options, strict_ssl=F
313315
314316
## Set custom `AppiumConnection`
315317
318+
TODO: add 'ClientConfig' example as well.
319+
316320
The first argument of `webdriver.Remote` can set an arbitrary command executor for you.
317321
318322
1. Set init arguments for the pool manager Appium Python client uses to manage HTTP requests.

0 commit comments

Comments
 (0)