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

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

보호된 메소드들

메소드 설명
FocusOnElement ( ) : void

Focuses on the element on which the action is to be performed.

KeyboardAction ( IKeyboard keyboard, IMouse mouse, ILocatable actionTarget ) : System

Initializes a new instance of the KeyboardAction class.

메소드 상세

FocusOnElement() 보호된 메소드

Focuses on the element on which the action is to be performed.
protected FocusOnElement ( ) : void
리턴 void

KeyboardAction() 보호된 메소드

Initializes a new instance of the KeyboardAction class.
protected KeyboardAction ( IKeyboard keyboard, IMouse mouse, ILocatable actionTarget ) : System
keyboard IKeyboard The to use in performing the action.
mouse IMouse The to use in setting focus to the element on which to perform the action.
actionTarget ILocatable An object providing the element on which to perform the action.
리턴 System