C# Class OpenQA.Selenium.Interactions.MoveMouseAction

Defines an action for moving the mouse to a specified location.
Inheritance: OpenQA.Selenium.Interactions.Internal.MouseAction, IAction
ファイルを表示 Open project: asynchrony/Selenium2

Public Methods

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

Initializes a new instance of the MoveMouseAction class.

Perform ( ) : void

Performs this action.

Method Details

MoveMouseAction() public method

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.
return System

Perform() public method

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