Use Multiple Drivers in the same project
Twist allows Scenarios to be executed using any Java based driver or a combination of Drivers.
For example, let us say that you want to create a project that uses both Selenium and Frankenstein drivers.- Create the project and choose any one of the drivers, say, Selenium, in the project creation wizard. See Using Selenium with Twist for more on this.
- Enhance the project's build path to include the libraries for the other driver. For example, to add Frankenstein driver, Project->Properties-->Java Build Path ->Libraries, Click on Add libraries and select Frankenstein.
