C# Класс OpenQA.Selenium.Interactions.MoveMouseAction

Defines an action for moving the mouse to a specified location.
Наследование: OpenQA.Selenium.Interactions.Internal.MouseAction, IAction
Показать файл Открыть проект

Открытые методы

Метод Описание
MoveMouseAction ( IMouse mouse, ILocatable actionTarget ) : System

Initializes a new instance of the MoveMouseAction class.

Perform ( ) : void

Performs this action.

Описание методов

MoveMouseAction() публичный Метод

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.
Результат System

Perform() публичный Метод

Performs this action.
public Perform ( ) : void
Результат void