Package org.openqa.selenium.interactions
Interface HasInputDevices
-
@Deprecated public interface HasInputDevices
Deprecated.Interface implemented by each driver that allows access to the raw input devices.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Keyboard
getKeyboard()
Deprecated.Mouse
getMouse()
Deprecated.
-