I am using edge driver 95 and Selenium Basic 2.
How can change download preferences using VBA?
My last guess was
bot.SetProfile "C:\Users\" & sUserName & "\AppData\Local\MicrosoftEdge\User\Default", False
bot.SetPreference "profile.download.prompt_for_download", True
bot.SetPreference "profile.download.default_directory", sPath
bot.SetPreference "profile.download.manager.showWhenStarting", False
bot.Start "edge"
bot.Get "
edge://settings/downloads"
But the settings shows me always the same values.
What is wrong or do I need another installation?
Warm regards