C# Класс OpenQA.Selenium.Interactions.Internal.MouseAction

Defines an action for mouse interaction with the browser.
Наследование: OpenQA.Selenium.Interactions.Internal.WebDriverAction
Показать файл Открыть проект

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

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

Initializes a new instance of the MouseAction class.

Защищенные методы

Метод Описание
MoveToLocation ( ) : void

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

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

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

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

MoveToLocation() защищенный Метод

Moves the mouse to the location at which to perform the action.
protected MoveToLocation ( ) : void
Результат void