C# Класс OpenQA.Selenium.Interactions.SendKeysAction

Defines an action for sending a sequence of keystrokes to an element.
Наследование: OpenQA.Selenium.Interactions.Internal.KeyboardAction, IAction
Показать файл Открыть проект

Открытые методы

Метод Описание
Perform ( ) : void

Performs this action.

SendKeysAction ( IKeyboard keyboard, IMouse mouse, ILocatable actionTarget, string keysToSend ) : System

Initializes a new instance of the SendKeysAction class.

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

Perform() публичный Метод

Performs this action.
public Perform ( ) : void
Результат void

SendKeysAction() публичный Метод

Initializes a new instance of the SendKeysAction class.
public SendKeysAction ( IKeyboard keyboard, IMouse mouse, ILocatable actionTarget, string keysToSend ) : 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.
keysToSend string The key sequence to send.
Результат System