We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc8dbc commit 4b49534Copy full SHA for 4b49534
seleniumbase/fixtures/base_case.py
@@ -1615,7 +1615,8 @@ def safe_execute_script(self, script):
1615
1616
def download_file(self, file_url, destination_folder=None):
1617
""" Downloads the file from the url to the destination folder.
1618
- If no destination folder is specified, the default one is used. """
+ If no destination folder is specified, the default one is used.
1619
+ (The default downloads folder = "./downloaded_files") """
1620
if not destination_folder:
1621
destination_folder = constants.Files.DOWNLOADS_FOLDER
1622
page_utils._download_file_to(file_url, destination_folder)
0 commit comments