File tree 1 file changed +3
-2
lines changed
py/selenium/webdriver/remote
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1134,11 +1134,12 @@ def set_user_verified(self, verified: bool) -> None:
1134
1134
self .execute (Command .SET_USER_VERIFIED , {"authenticatorId" : self ._authenticator_id , "isUserVerified" : verified })
1135
1135
1136
1136
def get_downloadable_files (self ) -> dict :
1137
- """Retrieves the downloadable files as a map of file names and their corresponding URLs."""
1137
+ """Retrieves the downloadable files as a map of file names and their
1138
+ corresponding URLs."""
1138
1139
return self .execute (Command .GET_DOWNLOADABLE_FILES )["value" ]
1139
1140
1140
1141
def download_file (self , file_name : str ) -> str :
1141
- """Downloads a file with the specified file name
1142
+ """Downloads a file with the specified file name.
1142
1143
1143
1144
file_name: The name of the file to download.
1144
1145
"""
You can’t perform that action at this time.
0 commit comments