MCPcopy
hub / github.com/PleasePrompto/notebooklm-skill / random_delay

Method random_delay

scripts/browser_utils.py:63–65  ·  view source on GitHub ↗

Add random delay

(min_ms: int = 100, max_ms: int = 500)

Source from the content-addressed store, hash-verified

61
62 @staticmethod
63 def random_delay(min_ms: int = 100, max_ms: int = 500):
64 """Add random delay"""
65 time.sleep(random.uniform(min_ms / 1000, max_ms / 1000))
66
67 @staticmethod
68 def human_type(page: Page, selector: str, text: str, wpm_min: int = 320, wpm_max: int = 480):

Callers 4

_initializeMethod · 0.80
askMethod · 0.80
realistic_clickMethod · 0.80
ask_notebooklmFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected