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

Function getRandomString

javascript/selenium-webdriver/test/cookie_test.js:320–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318 }
319
320 function getRandomString() {
321 const x = 1234567890
322 return Math.floor(Math.random() * x).toString(36)
323 }
324})

Callers 3

createCookieSpecFunction · 0.70
createSameSiteCookieSpecFunction · 0.70
storeReplacement_Method · 0.50

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected