From 28ed64333fbd383c0fcd12bcb1bd950f24f501ef Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Thu, 11 Jul 2024 11:33:17 +0200 Subject: [PATCH] docs: Remove extra link --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a339287..ecb40f5e 100644 --- a/README.md +++ b/README.md @@ -1839,11 +1839,11 @@ This exception happens due to a known bug in the [Eclipse's Psychopath](https:// ### A gesture, like scroll or swipe, does not have any effect / It is unclear how to do it The UiAutomator2 driver provides multiple options for touch gestures automation. -For simple gestures, like swipe, scroll or pinch use the corresponding +For simple gestures, like swipe, scroll, drag, double click, fling or pinch use the corresponding [gesture shortcuts](#mobile-gesture-commands). You may also use [UiScrollable-based UiAutomator locators](./docs/uiautomator-uiselector.md) to automate various scrolling behaviours. -For more complicated gestures +For more sophisticated gestures consider using [W3C actions](https://w3c.github.io/webdriver/#actions). @@ -1876,7 +1876,6 @@ Check the below tutorials for more details on how to build reliable action chain - [Automating Complex Gestures with the W3C Actions API](https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api) - [Swiping your way through Appium by Wim Selles #AppiumConf2021](https://www.youtube.com/watch?v=oAJ7jwMNFVU) -- [Guide on UiAutomator Locator Types](./docs/uiautomator-uiselector.md) - [Low-Level Insights on Android Input Events](./docs/actions.md) ### window/tab hanlding in WEBVIEW context implemented by chrome custom tabs