com.opera.core.systems.interaction
Class Keyboard
java.lang.Object
com.opera.core.systems.interaction.Keyboard
- All Implemented Interfaces:
- UserInteraction
public abstract class Keyboard
- extends java.lang.Object
- implements UserInteraction
Keyboard user interactions, part of OperaUserInteraction to support typing and key strokes.
- Author:
- Deniz Turkoglu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Keyboard
public Keyboard()
keyDown
public static Keyboard keyDown(org.openqa.selenium.Keys keys)
keyUp
public static Keyboard keyUp(org.openqa.selenium.Keys keys)
keyDown
public static Keyboard keyDown(java.lang.String key)
keyUp
public static Keyboard keyUp(java.lang.String key)
key
public static Keyboard key(org.openqa.selenium.Keys keys)
key
public static Keyboard key(java.lang.String key)
type
public static Keyboard type(java.lang.String using)
releaseKeys
public static Keyboard releaseKeys()
Copyright © 2011. All Rights Reserved.