Skip to content

Commit 4b49534

Browse files
committed
Update a method description.
1 parent dbc8dbc commit 4b49534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,8 @@ def safe_execute_script(self, script):
16151615

16161616
def download_file(self, file_url, destination_folder=None):
16171617
""" Downloads the file from the url to the destination folder.
1618-
If no destination folder is specified, the default one is used. """
1618+
If no destination folder is specified, the default one is used.
1619+
(The default downloads folder = "./downloaded_files") """
16191620
if not destination_folder:
16201621
destination_folder = constants.Files.DOWNLOADS_FOLDER
16211622
page_utils._download_file_to(file_url, destination_folder)

0 commit comments

Comments
 (0)