openwallet-foundation / mobile-wallet-test-harness

An acceptance test framework for testing mobile Aries wallets utilizing Python, Behave, Appium, and a mobile device cloud service.
Apache License 2.0
12 stars 14 forks source link

lock on Appium version for touch action #242

Closed nodlesh closed 4 months ago

nodlesh commented 4 months ago

Locking in the Appium-Python-Client version to 3.2.1. 4.0.0 was released on March 11th 2024 and removed touch action support which is used for scrolling in BC Wallet. Will have to replace that code and move to 4.0.0 later.