Chrome Reactive Kotlin
/
pl.wendigo.chrome.protocol
/
ProtocolConnection
/
Factory
Factory
object
Factory
Content copied to clipboard
Factory is responsible for opening debugger WebSocket connections to a given debugger uri.
Functions
Sources
Functions
open
Link copied to clipboard
@
JvmStatic
()
fun
open
(webSocketUri:
String
, framesBufferSize:
Int
= 128):
ProtocolConnection
Content copied to clipboard
Creates new ChromeDebuggerConnection session for given WebSocket uri and frames buffer size.
Sources
jvm source
Link copied to clipboard