Simulates a user pressing the right mouse button (without releasing it yet) at
the specified location.
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- locator
- Type:
System String
an element locator
- coordString
- Type:
System String
specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
See Also