ISelenium GetMouseSpeed Method WebDriver
Returns the number of pixels between "mousemove" events during dragAndDrop commands (default=10).

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

decimal GetMouseSpeed()

Return Value

the number of pixels between "mousemove" events during dragAndDrop commands (default=10)
See Also