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

Function assert_downloaded_file

sbase/steps.py:782–784  ·  view source on GitHub ↗
(context, file)

Source from the content-addressed store, hash-verified

780@step("File '{file}' should be in downloads")
781@step('File "{file}" should be in downloads')
782def assert_downloaded_file(context, file):
783 sb = context.sb
784 sb.assert_downloaded_file(file)
785
786
787@step("Download '{file}' to downloads")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…