Skip to content

Commit 74a78f0

Browse files
committed
[py] Add to Firefox driver too
1 parent d3d7994 commit 74a78f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

py/selenium/webdriver/firefox/webdriver.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,6 @@ def download_file(self, *args, **kwargs):
226226

227227
def get_downloadable_files(self, *args, **kwargs):
228228
raise NotImplementedError
229+
230+
def delete_downloadable_files(self, *args, **kwargs):
231+
raise NotImplementedError

0 commit comments

Comments
 (0)