mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
feat: report MobileUITapError/MobileUISwipeError/MobileUIInputError
This commit is contained in:
@@ -294,7 +294,7 @@ func (ud *uiaDriver) Orientation() (orientation Orientation, err error) {
|
||||
return
|
||||
}
|
||||
|
||||
func (ud *uiaDriver) DoubleTap(x, y int) error {
|
||||
func (ud *uiaDriver) DoubleTap(x, y int, options ...ActionOption) error {
|
||||
return ud.DoubleFloatTap(float64(x), float64(y))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user