DefaultSelenium ContextMenu 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

public void ContextMenu(
	string locator
)

Implements

ISelenium ContextMenu(String)
See Also