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

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

Public Methods

Method Description
MouseAction ( IMouse mouse, ILocatable target ) : System

Initializes a new instance of the MouseAction class.

Protected Methods

Method Description
MoveToLocation ( ) : void

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

Method Details

MouseAction() public method

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

MoveToLocation() protected method

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