MCPcopy Create free account
hub / github.com/HasData/cloudflare-bypass / sleep

Function sleep

NodeJS/full_flow_example.js:16–18  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

14];
15
16function sleep(ms) {
17 return new Promise(resolve => setTimeout(resolve, ms));
18}
19
20async function humanLikeInteraction(page) {
21 await page.mouse.move(100, 100);

Callers 1

humanLikeInteractionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected