Uses of Class
io.webfolder.cdp.session.SessionFactory
-
Packages that use SessionFactory Package Description io.webfolder.cdp -
-
Uses of SessionFactory in io.webfolder.cdp
Fields in io.webfolder.cdp declared as SessionFactory Modifier and Type Field Description protected SessionFactory
AbstractLauncher. factory
protected SessionFactory
AbstractLauncher. factory
Methods in io.webfolder.cdp that return SessionFactory Modifier and Type Method Description SessionFactory
Launcher. launch(java.nio.file.Path chromeExecutablePath)
SessionFactory
Launcher. launch(java.nio.file.Path chromeExecutablePath, java.util.List<java.lang.String> arguments)
Constructors in io.webfolder.cdp with parameters of type SessionFactory Constructor Description Launcher(SessionFactory factory)
-