WebDriverFactory

play.api.test.WebDriverFactory

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[D <: WebDriver](clazz: Class[D]): WebDriver

Creates a Selenium Web Driver and configures it

Creates a Selenium Web Driver and configures it

Value parameters

clazz

Type of driver to create

Attributes

Returns

The driver instance