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

Defines an action for clicking the secondary mouse button on an element, displaying a context menu.
상속: OpenQA.Selenium.Interactions.Internal.MouseAction, IAction
파일 보기 프로젝트 열기: asynchrony/Selenium2

공개 메소드들

메소드 설명
ContextClickAction ( IMouse mouse, ILocatable actionTarget ) : System

Initializes a new instance of the ContextClickAction class.

Perform ( ) : void

Performs this action.

메소드 상세

ContextClickAction() 공개 메소드

Initializes a new instance of the ContextClickAction class.
public ContextClickAction ( 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