Skip to content

Commit

Permalink
Update scroll.yml (#12032)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhlila authored and KazuCocoa committed Jan 19, 2019
1 parent bba037d commit 5d77509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands-yml/commands/interactions/touch/scroll.yml
Original file line number Diff line number Diff line change
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

0 comments on commit 5d77509

Please sign in to comment.