MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / get_timestamp

Function get_timestamp

seleniumbase/core/report_helper.py:15–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def get_timestamp():
16 return str(int(time.time() * 1000))
17
18
19def process_successes(test, test_count, duration):

Callers 3

process_successesFunction · 0.85
save_test_failure_dataFunction · 0.85
process_failuresFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…