MCPcopy
hub / github.com/httprunner/httprunner / Tap

Method Tap

hrp/pkg/uixt/interface.go:541–541  ·  view source on GitHub ↗

Tap Sends a tap event at the coordinate.

(x, y int, options ...ActionOption)

Source from the content-addressed store, hash-verified

539
540 // Tap Sends a tap event at the coordinate.
541 Tap(x, y int, options ...ActionOption) error
542 TapFloat(x, y float64, options ...ActionOption) error
543
544 // DoubleTap Sends a double tap event at the coordinate.

Callers 8

TestIOSSettingsActionFunction · 0.65
TestIOSSearchAppFunction · 0.65
TestIOSDouyinActionFunction · 0.65
TestAndroidActionFunction · 0.65
Test_remoteWD_TapFunction · 0.65
TestDriver_TapFunction · 0.65

Implementers 2

adbDriverhrp/pkg/uixt/android_adb_driver.go
wdaDriverhrp/pkg/uixt/ios_driver.go

Calls

no outgoing calls

Tested by 8

TestIOSSettingsActionFunction · 0.52
TestIOSSearchAppFunction · 0.52
TestIOSDouyinActionFunction · 0.52
TestAndroidActionFunction · 0.52
Test_remoteWD_TapFunction · 0.52
TestDriver_TapFunction · 0.52