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

Function download_file

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

Source from the content-addressed store, hash-verified

791@step("User downloads '{file}' to downloads")
792@step('User downloads "{file}" to downloads')
793def download_file(context, file):
794 sb = context.sb
795 sb.download_file(file)
796
797
798@step("Download '{file}' to '{destination}'")

Callers

nothing calls this directly

Calls 1

download_fileMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…