C# Класс OpenQA.Selenium.Interactions.Internal.KeyboardAction

Defines an action for keyboard interaction with the browser.
Наследование: OpenQA.Selenium.Interactions.Internal.WebDriverAction
Показать файл Открыть проект

Защищенные методы

Метод Описание
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