[UPD] script selenium lib: improve diagnostic file download
This commit is contained in:
parent
b91878f06e
commit
2d549025ec
1 changed files with 4 additions and 2 deletions
|
|
@ -2003,11 +2003,13 @@ class SeleniumLib(object):
|
||||||
else:
|
else:
|
||||||
return set()
|
return set()
|
||||||
lst_unique_file = fichiers
|
lst_unique_file = fichiers
|
||||||
print(len(fichiers))
|
|
||||||
print(fichiers)
|
|
||||||
dct_document[filename] = os.path.join(
|
dct_document[filename] = os.path.join(
|
||||||
self.default_download_dir_path, new_file_name
|
self.default_download_dir_path, new_file_name
|
||||||
)
|
)
|
||||||
|
print(len(fichiers))
|
||||||
|
print(fichiers)
|
||||||
|
print("--")
|
||||||
|
print(dct_document)
|
||||||
if self.config.use_network:
|
if self.config.use_network:
|
||||||
self.driver.download_file(
|
self.driver.download_file(
|
||||||
new_file_name, target_directory=self.default_download_dir_path
|
new_file_name, target_directory=self.default_download_dir_path
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue