Skip to content

Firefox - Broken APIs #1177

@kgibb

Description

@kgibb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions