All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netbeans.jemmy.drivers.package.html Maven / Gradle / Ivy

Go to download

Jemmy is a Java UI testing library. Jemmy represents the most natural way to test Java UI - perform the testing right from the Java code. Jemmy is a Java library which provides clear and straightforward API to access Java UI (AWT and Swing).

The newest version!


  
    Drivers interfaces
  

  
    

Drivers interfaces

Contains interfaces of "drivers".

Driver is a class which actually implements action reproducing. There are different types of drivers (mouse driver, keyboard driver, button drivers, ...), each of them represented by interface (button driver - by ButtonDriver interface, ...)

Package also contains some classes allowing to manage driver set.

Subpackages contain driver implementations.

Drivers is low-level API: they are not supposed to be used directly from test.
@since 04/17/2002




© 2015 - 2024 Weber Informatics LLC | Privacy Policy