Click or drag to resize
DriverUtilitiesSetfocusAndClickOnIWebElement Method
This method is used to set the mouse focus to the element specified by identifier

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SetfocusAndClickOnIWebElement(
	IWebElement element
)

Parameters

element
Type: IWebElement

[Missing <param name="element"/> documentation for "M:SeleniumUtilities.DriverUtilities.SetfocusAndClickOnIWebElement(OpenQA.Selenium.IWebElement)"]

See Also