Nuxeo Enterprise Platform 5.4

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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.