Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 1.3 KB

File metadata and controls

15 lines (14 loc) · 1.3 KB

WebElementExtensions.ClickAndHold(OpenQA.Selenium.IWebElement) Method

Clicks and holds the mouse button down on the specified element.

public static OpenQA.Selenium.Interactions.Actions ClickAndHold(this OpenQA.Selenium.IWebElement element);

Parameters

element OpenQA.Selenium.IWebElement
The OpenQA.Selenium.IWebElement on which to click and hold.

Returns

OpenQA.Selenium.Interactions.Actions
A self-reference to this OpenQA.Selenium.Interactions.Actions.