C# 클래스 OpenQA.Selenium.Interactions.Internal.MouseAction

Defines an action for mouse interaction with the browser.
상속: OpenQA.Selenium.Interactions.Internal.WebDriverAction
파일 보기 프로젝트 열기: asynchrony/Selenium2

공개 메소드들

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