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
Afficher le fichier Open project: asynchrony/Selenium2

Méthodes publiques

Méthode Description
ContextClickAction ( IMouse mouse, ILocatable actionTarget ) : System

Initializes a new instance of the ContextClickAction class.

Perform ( ) : void

Performs this action.

Method Details

ContextClickAction() public méthode

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.
Résultat System

Perform() public méthode

Performs this action.
public Perform ( ) : void
Résultat void