C# Class SePSXUnitTests.FakeKeyboard

Description of FakeKeyboard.
Inheritance: IKeyboard
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
FakeKeyboard ( ) : OpenQA.Selenium
PressKey ( string key ) : void
ReleaseKey ( string key ) : void
SendKeys ( string key ) : void

Method Details

FakeKeyboard() public méthode

public FakeKeyboard ( ) : OpenQA.Selenium
Résultat OpenQA.Selenium

PressKey() public méthode

public PressKey ( string key ) : void
key string
Résultat void

ReleaseKey() public méthode

public ReleaseKey ( string key ) : void
key string
Résultat void

SendKeys() public méthode

public SendKeys ( string key ) : void
key string
Résultat void