Class SerenityWebdriverManager

  • All Implemented Interfaces:
    WebdriverManager

    public class SerenityWebdriverManager
    extends Object
    implements WebdriverManager
    Manage WebDriver instances. It instantiates browser drivers, based on the test configuration, and manages them for the duration of the tests. A webdriver manager needs to be thread-safe. Tests can potentially be run in parallel, and different tests can use different drivers.
    Author:
    johnsmart