C# Class OpenQA.Selenium.Interactions.MoveMouseAction

Defines an action for moving the mouse to a specified location.
Inheritance: OpenQA.Selenium.Interactions.Internal.MouseAction, IAction
Afficher le fichier Open project: asynchrony/Selenium2

Méthodes publiques

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

Initializes a new instance of the MoveMouseAction class.

Perform ( ) : void

Performs this action.

Method Details

MoveMouseAction() public méthode

Initializes a new instance of the MoveMouseAction class.
public MoveMouseAction ( 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