Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document percentage parameter in swipe action #163

Merged
merged 2 commits into from
Jun 11, 2017
Merged

Conversation

yedidyak
Copy link
Contributor

No description provided.

@yedidyak yedidyak changed the title Document percentage paran=meter in swipe action Document percentage parameter in swipe action Jun 11, 2017
@yedidyak yedidyak requested a review from rotemmiz June 11, 2017 13:47

```js
await element(by.id('scrollView')).swipe('down', 'fast');
await element(by.id('scrollView')).swipe('down', 'fast', 0.5);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep both examples (with and without percentage)

@rotemmiz rotemmiz merged commit 192e9b4 into master Jun 11, 2017
@rotemmiz rotemmiz deleted the swipe-percentage-docs branch July 20, 2017 17:54
@wix wix locked and limited conversation to collaborators Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants