com.opera.core.systems.interaction
Class Keyboard

java.lang.Object
  extended by 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

Constructor Summary
Keyboard()
           
 
Method Summary
static Keyboard key(org.openqa.selenium.Keys keys)
           
static Keyboard key(java.lang.String key)
           
static Keyboard keyDown(org.openqa.selenium.Keys keys)
           
static Keyboard keyDown(java.lang.String key)
           
static Keyboard keyUp(org.openqa.selenium.Keys keys)
           
static Keyboard keyUp(java.lang.String key)
           
static Keyboard releaseKeys()
           
static Keyboard type(java.lang.String using)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opera.core.systems.interaction.UserInteraction
execute
 

Constructor Detail

Keyboard

public Keyboard()
Method Detail

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.