C# 클래스 OpenQA.Selenium.Interactions.MoveMouseAction

Defines an action for moving the mouse to a specified location.
상속: OpenQA.Selenium.Interactions.Internal.MouseAction, IAction
파일 보기 프로젝트 열기: asynchrony/Selenium2

공개 메소드들

메소드 설명
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