Instance Constructors
-
new
SeleniumAsyncJSRunner(browserProvider: SeleniumBrowser, libs: Seq[ResolvedJSDependency], code: VirtualJSFile, keepAlive: Boolean, materializer: FileMaterializer)
-
new
SeleniumAsyncJSRunner(browserProvider: SeleniumBrowser, libs: Seq[ResolvedJSDependency], code: VirtualJSFile, keepAlive: Boolean)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
final
def
await(atMost: Duration): Unit
-
final
def
await(): Unit
-
final
def
awaitOrStop(atMost: Duration): Unit
-
-
def
clone(): AnyRef
-
def
console: JSConsole
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
future: Future[Unit]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
htmlPage(jsFilesPaths: Seq[String]): VirtualJSFile
-
def
ignoreKeepAlive: Boolean
-
def
initFiles(): Seq[VirtualJSFile]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
isRunning(): Boolean
-
def
logger: Logger
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
runAllScripts(): Unit
-
def
runtimeEnv(): Seq[VirtualJSFile]
-
def
setupLoggerAndConsole(logger: Logger, console: JSConsole): Unit
-
def
start(logger: Logger, console: JSConsole): Future[Unit]
-
def
stop(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Deprecated Value Members
-
def
libCache: VirtualFileMaterializer
Inherited from AsyncJSRunner
Inherited from AnyRef
Inherited from Any