ISelenium ContextMenuAt Method WebDriver
Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element).

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

void ContextMenuAt(
	string locator,
	string coordString
)

Parameters

locator
Type: OnlineSystem String
an element locator
coordString
Type: OnlineSystem String
specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
See Also