org.openqa.selenium
Interface HasInputDevices


public interface HasInputDevices

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


Method Summary
 ActionChainsGenerator actionsBuilder()
          Deprecated. Use Actions instead.
 Keyboard getKeyboard()
           
 Mouse getMouse()
           
 

Method Detail

getKeyboard

Keyboard getKeyboard()

getMouse

Mouse getMouse()

actionsBuilder

@Deprecated
ActionChainsGenerator actionsBuilder()
Deprecated. Use Actions instead.



Copyright © 2011. All Rights Reserved.