MCPcopy
hub / github.com/SeleniumHQ/selenium / id

Function id

third_party/js/qunit/qunit.js:6508–6510  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

6506 elem.className = trim(set);
6507 }
6508 function id(name) {
6509 return document.getElementById && document.getElementById(name);
6510 }
6511 function abortTests() {
6512 var abortButton = id('qunit-abort-tests-button');
6513 if (abortButton) {

Callers 14

abortTestsFunction · 0.70
interceptNavigationFunction · 0.70
toolbarChangedFunction · 0.70
applyUrlParamsFunction · 0.70
appendToolbarFunction · 0.70
appendHeaderFunction · 0.70
appendBannerFunction · 0.70
appendTestResultsFunction · 0.70
appendUserAgentFunction · 0.70
appendInterfaceFunction · 0.70
appendTestFunction · 0.70
qunit.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected