Open gogglespisano opened 1 year ago
Dear Stuart,
apologies for the late reply. We just added f78451198a2fa, after the same problem tripped @intermittentnrg when running grafanimate in Docker.
With kind regards, Andreas.
could you please release this to pypi as well?
On Debian, Firefox ESR is normally installed. In /usr/bin/ there is "firefox" and "firefox-esr". When find_firefox() sees "firefox", it tries to use it and fails. It needs to find and try "firefox-esr" first.
The follow change in marionette.py line 111 fixes the problem, and should still work for a regular firefox installation.