C# Class OpenQA.Selenium.Interactions.Internal.KeyboardAction

Defines an action for keyboard interaction with the browser.
Inheritance: OpenQA.Selenium.Interactions.Internal.WebDriverAction
Mostrar archivo Open project: asynchrony/Selenium2

Protected Methods

Method Description
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.

Method Details

FocusOnElement() protected method

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

KeyboardAction() protected method

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.
return System