appium / python-client

Python language bindings for Appium
Apache License 2.0
1.62k stars 554 forks source link

fix: add return self in MultiAction#add #964

Closed KazuCocoa closed 3 months ago

KazuCocoa commented 3 months ago

For https://github.com/appium/python-client/pull/963

The usage addressed MultiAction(driver).add(a1, a2).perform() usage in the docstring, thus return self is probably correct way for this add as well.