Drivers
Twist supports recording of user interactions on a graphical user interface using Drivers. Twist offers in-built drivers for Selenium (for web based applications) and Frankenstein (for Java Swing applications).
Selenium is a portable software testing framework for web applications. Selenium runs on a variety of browsers (FireFox, Internet Explorer, Safari) on a variety of platforms (Windows, Linux, Macintosh). See Selenium for more information on the Selenium Driver.
Frankenstein is an open source tool for driving Swing applications. See Frakenstein for more information on Frankenstein Driver
To create a GUI based testing project, select the driver to use when you create the project. Twist does not directly support multiple drivers in a project.