executeAsyncScriptOld(remDr, script, args = list(), replace = TRUE, ...)
remoteDr.retry argument.executeAsyncScriptOld This function uses the old JSONwireprotocol end points. Inject a snippet of JavaScript into the page for asynchronous execution in
the context of the currently selected frame.
The driver will pass a callback as the last argument to the snippet, and block until the callback is invoked.
## Not run: ------------------------------------ # # functions in this group are using the old JSONwireprotocol end points ## ---------------------------------------------