-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
enhancementMaking things betterMaking things better
Description
Add new methods related to file downloads
self.get_downloaded_files(regex=None, browser=False)
self.get_data_from_downloaded_file(file, timeout=None, browser=False)
self.assert_data_in_downloaded_file(data, file, timeout=None, browser=False)
Note that seleniumbase
tries to download files into the ./downloaded_files
folder, but Safari and IE don't let you change the default downloads folder. Guest Mode on Chrome and Edge also prevent changing the default downloads folder.
Metadata
Metadata
Assignees
Labels
enhancementMaking things betterMaking things better