MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / kill

Method kill

javascript/selenium-webdriver/io/exec.js:108–110  ·  view source on GitHub ↗

* Sends a signal to the underlying process. * @param {string=} opt_signal The signal to send; defaults to `SIGTERM`.

(opt_signal)

Source from the content-addressed store, hash-verified

106 * @param {string=} opt_signal The signal to send; defaults to `SIGTERM`.
107 */
108 kill(opt_signal) {
109 KILL_HOOK.get(this)(opt_signal || 'SIGTERM')
110 }
111}
112
113// PUBLIC API

Callers 11

createSessionMethod · 0.45
createSessionMethod · 0.45
createSessionMethod · 0.45
createSessionMethod · 0.45
killCommandFunction · 0.45
remote_test.jsFile · 0.45
safari_test.jsFile · 0.45
service_test.jsFile · 0.45
service_test.jsFile · 0.45
initFunction · 0.45
_terminate_processMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected