Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gosha212 committed Apr 15, 2024
1 parent 024eebb commit ffbaad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ await element(by.id('tappable')).longPress();
await element(by.id('tappable')).longPress(1500);
```

### `longPressAndDrag(duration, normalizedPositionX, normalizedPositionY, targetElement, normalizedTargetPositionX, normalizedTargetPositionY, speed, holdDuration)` iOS only
### `longPressAndDrag(duration, normalizedPositionX, normalizedPositionY, targetElement, normalizedTargetPositionX, normalizedTargetPositionY, speed, holdDuration)`

Simulates a long press on the element and then drag it to a position of another element.

Expand Down

0 comments on commit ffbaad7

Please sign in to comment.