Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.test.runner.web
Interface DriverFactory


public interface DriverFactory

Author:
Bogdan Stefanescu

Method Summary
 org.openqa.selenium.WebDriver createDriver()
          Creates the driver.
 void disposeDriver(org.openqa.selenium.WebDriver driver)
          Disposes any needed resources after the driver was closed.
 BrowserFamily getBrowserFamily()
          Gets the family of the driver this factory can create.
 

Method Detail

getBrowserFamily

BrowserFamily getBrowserFamily()
Gets the family of the driver this factory can create.


createDriver

org.openqa.selenium.WebDriver createDriver()
Creates the driver.


disposeDriver

void disposeDriver(org.openqa.selenium.WebDriver driver)
Disposes any needed resources after the driver was closed.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.