org.openqa.selenium
Interface HasInputDevices


public interface HasInputDevices

Interface implemented by each driver that allows access to the raw input devices.


Method Summary
 Keyboard getKeyboard()
           
 Mouse getMouse()
           
 

Method Detail

getKeyboard

Keyboard getKeyboard()

getMouse

Mouse getMouse()


Copyright © 2013. All Rights Reserved.