Skip to content

Commit 2bdbea8

Browse files
committed
remove PLR0913, address http://127.0.0.1:4723
1 parent 9569035 commit 2bdbea8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- Use `http://127.0.0.1:4723` as the default server url instead of `http://127.0.0.1:4444`
8990

9091
### Quick migration guide from v3 to v4
9192
- Removal

appium/webdriver/webdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class WebDriver(
203203
Sms,
204204
SystemBars,
205205
):
206-
def __init__( # noqa: PLR0913
206+
def __init__(
207207
self,
208208
command_executor: Union[str, AppiumConnection] = 'http://127.0.0.1:4723',
209209
extensions: Optional[List['WebDriver']] = None,

0 commit comments

Comments
 (0)