Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SePSXUnitTests
FakeKeyboard
C# Class SePSXUnitTests.FakeKeyboard
Description of FakeKeyboard.
Inheritance:
IKeyboard
Show file
Open project: apetrovskiy/STUPS
Public Methods
Method
Description
FakeKeyboard
( ) :
OpenQA.Selenium
PressKey
(
string
key
) :
void
ReleaseKey
(
string
key
) :
void
SendKeys
(
string
key
) :
void
Method Details
FakeKeyboard()
public
method
public
FakeKeyboard
( ) :
OpenQA.Selenium
return
OpenQA.Selenium
PressKey()
public
method
public
PressKey
(
string
key
) :
void
key
string
return
void
ReleaseKey()
public
method
public
ReleaseKey
(
string
key
) :
void
key
string
return
void
SendKeys()
public
method
public
SendKeys
(
string
key
) :
void
key
string
return
void