Actions Release Method (IWebElement)WebDriver
Releases the mouse button on the specified element.

Namespace: OpenQA.Selenium.Interactions
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public Actions Release(
	IWebElement onElement
)

Parameters

onElement
Type: OpenQA.Selenium IWebElement
The element on which to release the button.

Return Value

A self-reference to this Actions.
See Also