mozilla / geckodriver

WebDriver for Firefox
https://firefox-source-docs.mozilla.org/testing/geckodriver/
Mozilla Public License 2.0
7.03k stars 1.51k forks source link

Geckodriver must be in the new official APT repository of Mozilla #2155

Open Zardoz89 opened 5 months ago

Zardoz89 commented 5 months ago

Geckodriver must be in the new official APT repository of Mozilla : https://packages.mozilla.org/apt

Why ? It's pretty annoying. Without that, now must to :

So, on my case, with a computer running Ubuntu and using Firefox without snap, I was using a non official APT repository ( https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/ ) to have Firefox and geckodriver. When I try the new official APT repository, I find that installing firefox package from it, removes the firefox-geckodriver package that I have from the not official APT repository. So I must fallback again to the not official APT repository.

whimboo commented 5 months ago

Thank you for the suggestion. I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1876704 to get this sorted out.