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

Function download_file_to_destination

sbase/steps.py:804–806  ·  view source on GitHub ↗
(context, file, destination)

Source from the content-addressed store, hash-verified

802@step("User downloads '{file}' to '{destination}'")
803@step('User downloads "{file}" to "{destination}"')
804def download_file_to_destination(context, file, destination):
805 sb = context.sb
806 sb.download_file(file, destination)
807
808
809@step("In '{selector}' assert attribute \'{attribute}\'")

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…