Skip to content

Commit 28ed643

Browse files
docs: Remove extra link
1 parent 944c89b commit 28ed643

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,11 +1839,11 @@ This exception happens due to a known bug in the [Eclipse's Psychopath](https://
18391839
### A gesture, like scroll or swipe, does not have any effect / It is unclear how to do it
18401840

18411841
The UiAutomator2 driver provides multiple options for touch gestures automation.
1842-
For simple gestures, like swipe, scroll or pinch use the corresponding
1842+
For simple gestures, like swipe, scroll, drag, double click, fling or pinch use the corresponding
18431843
[gesture shortcuts](#mobile-gesture-commands).
18441844
You may also use [UiScrollable-based UiAutomator locators](./docs/uiautomator-uiselector.md)
18451845
to automate various scrolling behaviours.
1846-
For more complicated gestures
1846+
For more sophisticated gestures
18471847
consider using [W3C actions](https://w3c.github.io/webdriver/#actions).
18481848

18491849

@@ -1876,7 +1876,6 @@ Check the below tutorials for more details on how to build reliable action chain
18761876

18771877
- [Automating Complex Gestures with the W3C Actions API](https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api)
18781878
- [Swiping your way through Appium by Wim Selles #AppiumConf2021](https://www.youtube.com/watch?v=oAJ7jwMNFVU)
1879-
- [Guide on UiAutomator Locator Types](./docs/uiautomator-uiselector.md)
18801879
- [Low-Level Insights on Android Input Events](./docs/actions.md)
18811880

18821881
### window/tab hanlding in WEBVIEW context implemented by chrome custom tabs

0 commit comments

Comments
 (0)