object WebDriverFactory
- Source
- Selenium.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebDriverFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[D <: WebDriver](clazz: Class[D]): WebDriver
Creates a Selenium Web Driver and configures it
Creates a Selenium Web Driver and configures it
- clazz
Type of driver to create
- returns
The driver instance