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

Function appendUserAgent

third_party/js/qunit/qunit.js:6951–6957  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6949 return "<div id='qunit-filteredTest'>Rerunning selected tests: " + escapeText(testId.join(', ')) + " <a id='qunit-clearFilter' href='" + escapeText(unfilteredUrl) + "'>Run all tests</a></div>";
6950 }
6951 function appendUserAgent() {
6952 var userAgent = id('qunit-userAgent');
6953 if (userAgent) {
6954 userAgent.innerHTML = '';
6955 userAgent.appendChild(document.createTextNode('QUnit ' + QUnit.version + '; ' + navigator.userAgent));
6956 }
6957 }
6958 function appendInterface(beginDetails) {
6959 var qunit = id('qunit');
6960

Callers 1

appendInterfaceFunction · 0.85

Calls 1

idFunction · 0.70

Tested by

no test coverage detected