pl.wendigo.chrome.api.runtime / RuntimeOperations / addBinding

addBinding

fun addBinding(input: AddBindingRequest): Single<ResponseFrame> (source)

If executionContextId is empty, adds binding with the given name on the global objects of all inspected contexts, including those created later, bindings survive reloads. If executionContextId is specified, adds binding only on global object of given execution context. Binding function takes exactly one argument, this argument should be string, in case of any other input, function throws an exception. Each binding function call produces Runtime.bindingCalled notification.

Link
Protocol Runtime#addBinding method documentation.