WebDriver Manager - how to download edge driver

Hello,

i’m trying to find a way in robot framework to download the edge driver automatically.

I’m using this : pip3 install webdriver-manager
and then from shell:
webdrivermanager firefox chrome --linkpath AUTO

i tried to use edge in the command but it fails to download.

i wonder if there is an option to download the edge driver automatically (using command or any other way) and not manually?

driver are often getting updated and on JAVA there is the bonigarcia webdriver manager that works as expected.
is there and automatic way to check the latest browser and download the correct webdriver accordingly ( for edge/ firefox etc…) ?