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

Defines an action for keyboard interaction with the browser using a single modifier key.
Наследование: KeyboardAction
Показать файл Открыть проект

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

Метод Описание
SingleKeyAction ( IKeyboard keyboard, IMouse mouse, ILocatable actionTarget, string key ) : System

Initializes a new instance of the SingleKeyAction class.

Описание методов

SingleKeyAction() защищенный Метод

Initializes a new instance of the SingleKeyAction class.
protected SingleKeyAction ( IKeyboard keyboard, IMouse mouse, ILocatable actionTarget, string key ) : 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.
key string The modifier key (, , ) to use in the action.
Результат System