diff --git a/uixt/driver_ext_swipe.go b/uixt/driver_ext_swipe.go index 32d1b59d..0fc3cb1f 100644 --- a/uixt/driver_ext_swipe.go +++ b/uixt/driver_ext_swipe.go @@ -163,6 +163,7 @@ func (dExt *XTDriver) SwipeToTapApp(appName string, opts ...option.ActionOption) // swipe to first screen for i := 0; i < 5; i++ { dExt.Swipe(0.5, 0.5, 0.9, 0.5, optionsWithoutIdentifier...) + time.Sleep(1 * time.Second) } opts = append(opts, option.WithDirection("left"))