C# Class OpenQA.Selenium.Interactions.Internal.MouseAction

Defines an action for mouse interaction with the browser.
Inheritance: OpenQA.Selenium.Interactions.Internal.WebDriverAction
Afficher le fichier Open project: asynchrony/Selenium2

Méthodes publiques

Méthode Description
MouseAction ( IMouse mouse, ILocatable target ) : System

Initializes a new instance of the MouseAction class.

Méthodes protégées

Méthode Description
MoveToLocation ( ) : void

Moves the mouse to the location at which to perform the action.

Method Details

MouseAction() public méthode

Initializes a new instance of the MouseAction class.
public MouseAction ( IMouse mouse, ILocatable target ) : System
mouse IMouse The with which the action will be performed.
target ILocatable An describing an element at which to perform the action.
Résultat System

MoveToLocation() protected méthode

Moves the mouse to the location at which to perform the action.
protected MoveToLocation ( ) : void
Résultat void