Uses of Interface
org.nuxeo.runtime.test.runner.web.DriverFactory
-
Packages that use DriverFactory Package Description org.nuxeo.runtime.test.runner.web -
-
Uses of DriverFactory in org.nuxeo.runtime.test.runner.web
Fields in org.nuxeo.runtime.test.runner.web declared as DriverFactory Modifier and Type Field Description protected DriverFactoryConfiguration. factoryCustom factory to create the driverMethods in org.nuxeo.runtime.test.runner.web that return DriverFactory Modifier and Type Method Description DriverFactoryBrowserFamily. getDriverFactory()DriverFactoryConfiguration. getFactory()Methods in org.nuxeo.runtime.test.runner.web that return types with arguments of type DriverFactory Modifier and Type Method Description Class<? extends DriverFactory>factory()A custom factory to create WebDriver objects.Methods in org.nuxeo.runtime.test.runner.web with parameters of type DriverFactory Modifier and Type Method Description voidConfiguration. setFactory(DriverFactory factory)Constructors in org.nuxeo.runtime.test.runner.web with parameters of type DriverFactory Constructor Description Configuration(DriverFactory factory)
-