Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox - Broken APIs #1177

Open
kgibb opened this issue Feb 10, 2021 · 0 comments
Open

Firefox - Broken APIs #1177

kgibb opened this issue Feb 10, 2021 · 0 comments
Labels
needs-verification Needs to be verified
Projects

Comments

@kgibb
Copy link

kgibb commented Feb 10, 2021

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

@github-actions github-actions bot added the needs-verification Needs to be verified label Feb 10, 2021
@github-actions github-actions bot added this to Triage in Development Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-verification Needs to be verified
Projects
Development

No branches or pull requests

1 participant