Integrate claude, improve selenium and support qemu #1

Open
mathben wants to merge 224 commits from develop into master
Showing only changes of commit 2d549025ec - Show all commits

View file

@ -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