org.xwiki.test.ui
Class WebDriverFactory

java.lang.Object
  extended by org.xwiki.test.ui.WebDriverFactory

public class WebDriverFactory
extends Object

Create specific WebDriver instances for various Browsers.

Since:
3.5M1
Version:
$Id: d55e87bf9b8c7754ab7ced40c231cbbd096f4789 $

Constructor Summary
WebDriverFactory()
           
 
Method Summary
 org.openqa.selenium.WebDriver createWebDriver(String browserName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDriverFactory

public WebDriverFactory()
Method Detail

createWebDriver

public org.openqa.selenium.WebDriver createWebDriver(String browserName)


Copyright © 2004-2013 XWiki. All Rights Reserved.