serhatbolsu/robotframework-appiumlibrary

Failed to import allium.webdriver.common.touch-action after installing latest version of Appium-Python-Client (4.0.0)

KulacTM opened this issue · 3 comments

Steps to reproduce:

  1. Install Appium-Python-Client-4.0.0
  2. Go to Settings where you call AppiumLibrary

Expected result: no errors
Actual result: error "Failed to import allium.webdriver.common.touch-action"

When I manually return to previously used version (2.9.0), it helps.

See #417

Thanks, missed it

Duplicate