appium / WebDriverAgent

A WebDriver server for iOS and tvOS
Other
1.2k stars 377 forks source link

How to implement multi tap #763

Closed codematrixer closed 7 months ago

codematrixer commented 1 year ago

How can WebDriverAgent continuously and rapidly perform screen taps? I have a requirement to continuously and rapidly tap the screen to trigger a special effects check.

KazuCocoa commented 1 year ago

I wonder if w3c actions can do such action: https://github.com/appium/ruby_lib_core/blob/d58652c287457270d92b8f5a1a454e42afc85ebc/test/functional/android/webdriver/w3c_actions_test.rb#L84-L94

KazuCocoa commented 1 year ago

https://appium.github.io/appium-xcuitest-driver/5.0/execute-methods/ may also help