Skip to content

Commit

Permalink
docs: Remove extra link
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Jul 11, 2024
1 parent 944c89b commit 28ed643
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 28ed643

Please sign in to comment.