I've had some issues with a few of the leadfoot functions on Firefox.
On macOS and linux, getProperty() is returning null. I was able to workaround this by enabling capabilities.brokenElementProperty.
Specifically on linux, via Selenium's Docker container, a few of the functions are returning a "POST Method Not Allowed". Forcing these fallback flags resolved the issue.
"usesWebDriverWindowCommands": true,
"usesWebDriverExecuteSync": true,
"usesWebDriverExecuteAsync": true,
"usesWebDriverActiveElement": true
However, there are some functions that do not have fallbacks, e.g. dismissAlert.
Intern: 4.8.4
Firefox: 85.0
GeckoDriver: 0.29.0
Selenium: 3.141.59
I've had some issues with a few of the leadfoot functions on Firefox.
On macOS and linux,
getProperty()is returning null. I was able to workaround this by enablingcapabilities.brokenElementProperty.Specifically on linux, via Selenium's Docker container, a few of the functions are returning a "POST Method Not Allowed". Forcing these fallback flags resolved the issue.
However, there are some functions that do not have fallbacks, e.g.
dismissAlert.Intern: 4.8.4
Firefox: 85.0
GeckoDriver: 0.29.0
Selenium: 3.141.59