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 d3d7994 commit 74a78f0Copy full SHA for 74a78f0
py/selenium/webdriver/firefox/webdriver.py
@@ -226,3 +226,6 @@ def download_file(self, *args, **kwargs):
226
227
def get_downloadable_files(self, *args, **kwargs):
228
raise NotImplementedError
229
+
230
+ def delete_downloadable_files(self, *args, **kwargs):
231
+ raise NotImplementedError
0 commit comments