DefaultSelenium MouseUp Method WebDriver
Simulates the event that occurs when the user releases the mouse button (i.e., stops holding the button down) on the specified element.

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

public void MouseUp(
	string locator
)

Implements

ISelenium MouseUp(String)
See Also