Skip to content

Commit 72b2e42

Browse files
committed
update readme
1 parent f56de0d commit 72b2e42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ For example, some changes in the Selenium binding could break the Appium client.
6060

6161

6262
### Quick migration guide from v4 to v5
63-
- Please use `AppiumClientConfig` as `client_config` arguemnt in favor of client argument below
64-
- `keep_alive`, `direct_connection` and `strict_ssl` arguments.
63+
- This change affecs only for a user who speficies `keep_alive`, `direct_connection` and `strict_ssl` arguments for `webdriver.Remote`:
64+
- Please use `AppiumClientConfig` as `client_config` arguemnt as below:
6565
```python
6666
SERVER_URL_BASE = 'http://127.0.0.1:4723'
6767
# before
@@ -86,6 +86,7 @@ For example, some changes in the Selenium binding could break the Appium client.
8686
client_config=client_config
8787
)
8888
```
89+
- Note that you can keep using `webdriver.Remote(url, options=options, client_config=client_config)` format as well. Then, the `remote_server_addr` in `AppiumClientConfig` will prior than the `url` specified via `webdriver.Remote`
8990
- Use `http://127.0.0.1:4723` as the default server url instead of `http://127.0.0.1:4444/wd/hub`
9091

9192
### Quick migration guide from v3 to v4

0 commit comments

Comments
 (0)