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

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

Méthodes protégées

Méthode 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 méthode

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

KeyboardAction() protected méthode

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.
Résultat System