DefaultSelenium MouseDown Method WebDriver
Simulates a user pressing the left mouse button (without releasing it yet) 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 MouseDown(
	string locator
)

Implements

ISelenium MouseDown(String)
See Also