Skip to content

Commit 209dca9

Browse files
committed
feat: remove MultiAction and TouchAction
1 parent 1c6dcdf commit 209dca9

File tree

9 files changed

+5
-774
lines changed

9 files changed

+5
-774
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ For example, some changes in the Selenium binding could break the Appium client.
5959
> to keep compatible version combinations.
6060

6161

62+
### Quick migration guide from v3 to v4
63+
- Removal
64+
- `MultiAction` and `TouchAction` are removed
65+
6266
### Quick migration guide from v2 to v3
6367
- `options` keyword argument in the `webdriver.Remote` constructor such as `XCUITestOptions` instead of `desired_capabilities`
6468
- Available options are https://github.com/appium/python-client/tree/master/appium/options

appium/webdriver/common/multi_action.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

appium/webdriver/common/touch_action.py

Lines changed: 0 additions & 218 deletions
This file was deleted.

ci-jobs/functional_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ jobs:
8484
name: 'func_test_android8'
8585
vmImage: ${{ parameters.vmImage }}
8686
pytestOpt: ${{ parameters.pytestOpt }}
87-
testFiles: 'network_connection_tests.py log_event_tests.py activities_tests.py hw_actions_tests.py touch_action_tests.py'
87+
testFiles: 'network_connection_tests.py log_event_tests.py activities_tests.py hw_actions_tests.py'
8888
sdkVer: ${{ parameters.androidSdkVer }}
8989
CI: ${{ parameters.ci }}

docs/webdriver.common.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,6 @@ webdriver.common.mobileby module
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
webdriver.common.multi\_action module
16-
-------------------------------------
17-
18-
.. automodule:: webdriver.common.multi_action
19-
:members:
20-
:undoc-members:
21-
:show-inheritance:
22-
23-
webdriver.common.touch\_action module
24-
-------------------------------------
25-
26-
.. automodule:: webdriver.common.touch_action
27-
:members:
28-
:undoc-members:
29-
:show-inheritance:
30-
3115
Module contents
3216
---------------
3317

0 commit comments

Comments
 (0)