The same problem reproduces when using plain selenium-webdriver:

```ruby
5.times do
  browser.driver.action
                .move_to(scrubber_track.div(:class, "oo_playhead").wd)
                .click_and_hold(scrubber_track.div(:class, "oo_playhead").wd)
                .move_by(500, 0)
                .release
                .perform
  puts 'dropped by 100'
end
```

Try asking on Selenium [Google 
group](http://groups.google.com/group/selenium-users) as it's limited by 
WebDriver, not Watir.

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/187#issuecomment-17777882
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to