-
Notifications
You must be signed in to change notification settings - Fork 572
Closed
Labels
Description
The problem
Python Appium-Python-Client==1.0.1 no method double_tap
Environment
- Appium version (or git revision) that exhibits the issue :1.7.1
- Last Appium version that did not exhibit the issue (if applicable):
- Desktop OS/version used to run Appium:Windows 10
- Node.js version (unless using Appium.app|exe):1.4.2
- Npm or Yarn package manager:
- Mobile platform/version under test: Android 7,9
- Real device or emulator/simulator:Real devices
- Appium CLI or Appium.app|exe:
Details
no double_tap
I try like this "TouchAction(driver).tap(x=300,y =400,counts =2).release().perform()" ,in videoplayer ---ijkplayer ,the action only one click()
