appium / appium-uiautomator2-server

Appium UiAutomator/UiObject2-based server for Android UI automation. This module is used by appium-uiautomator2-driver component
Apache License 2.0
319 stars 227 forks source link

The 'duration' argument of 'performActions' API does not affect on Android WebView ( Appium 1.22.*, Appium 2.5.1 ) #623

Closed kimduquan01 closed 3 months ago

kimduquan01 commented 3 months ago

Reproduce steps:

Observes:

Notes:

jlipps commented 3 months ago

If you're in web mode then the action is being handled by chromedriver, not Appium, so there's probably not much we can do about it.

KazuCocoa commented 3 months ago

Correct. If it was WEBVIEW context, you may need to report it to chromedriver/Google