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

Update scroll.yml #12032

Merged
merged 1 commit into from Jan 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions commands-yml/commands/interactions/touch/scroll.yml
Expand Up @@ -28,10 +28,10 @@ example_usage:
});
ruby:
|
touch_action.scroll(element, 10, 100).perform
touch_actions.scroll(element, 10, 100).perform
ruby_core:
|
@driver.touch_action.scroll(element, 10, 100).perform
@driver.touch_actions.scroll(element, 10, 100).perform
php:
|
// TODO PHP sample
Expand Down