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

Function verifyJson

javascript/selenium-webdriver/test/execute_script_test.js:349–353  ·  view source on GitHub ↗
(expected)

Source from the content-addressed store, hash-verified

347 })
348
349 function verifyJson(expected) {
350 return function (actual) {
351 assert.strictEqual(JSON.stringify(actual), JSON.stringify(expected))
352 }
353 }
354
355 function execute() {
356 return driver.executeScript.apply(driver, arguments)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected