We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b97dc commit 4b1b35cCopy full SHA for 4b1b35c
py/selenium/webdriver/remote/webdriver.py
@@ -1144,7 +1144,8 @@ def get_downloadable_files(self) -> dict:
1144
return self.execute(Command.GET_DOWNLOADABLE_FILES)["value"]["names"]
1145
1146
def download_file(self, file_name: str, target_directory: str) -> None:
1147
- """Downloads a file with the specified file name to the target directory
+ """Downloads a file with the specified file name to the target
1148
+ directory.
1149
1150
file_name: The name of the file to download.
1151
target_directory: The path to the directory to save the downloaded file.
0 commit comments