Uses of Class
org.seleniuminspector.SeleniumTestCase.EventType

Packages that use SeleniumTestCase.EventType
org.seleniuminspector   
 

Uses of SeleniumTestCase.EventType in org.seleniuminspector
 

Methods in org.seleniuminspector that return SeleniumTestCase.EventType
static SeleniumTestCase.EventType SeleniumTestCase.EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SeleniumTestCase.EventType[] SeleniumTestCase.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.seleniuminspector with parameters of type SeleniumTestCase.EventType
protected  void SeleniumTestCase.createEvent(ElementInspector containerElement, java.lang.String elementPath, SeleniumTestCase.EventType eventType, java.lang.String eventName, int keyCode, boolean shiftPressed)
           
 



Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.