C# Class OpenQA.Selenium.Interactions.ContextClickAction

Defines an action for clicking the secondary mouse button on an element, displaying a context menu.
Inheritance: OpenQA.Selenium.Interactions.Internal.MouseAction, IAction
Exibir arquivo Open project: asynchrony/Selenium2

Public Methods

Method Description
ContextClickAction ( IMouse mouse, ILocatable actionTarget ) : System

Initializes a new instance of the ContextClickAction class.

Perform ( ) : void

Performs this action.

Method Details

ContextClickAction() public method

Initializes a new instance of the ContextClickAction class.
public ContextClickAction ( IMouse mouse, ILocatable actionTarget ) : System
mouse IMouse The with which the action will be performed.
actionTarget ILocatable An describing an element at which to perform the action.
return System

Perform() public method

Performs this action.
public Perform ( ) : void
return void