C# Class SePSXUnitTests.FakeKeyboard

Description of FakeKeyboard.
Inheritance: IKeyboard
Datei anzeigen 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