-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Labels
needs-verificationNeeds to be verifiedNeeds to be verified
Description
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": trueHowever, 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
Metadata
Metadata
Assignees
Labels
needs-verificationNeeds to be verifiedNeeds to be verified