-
Notifications
You must be signed in to change notification settings - Fork 75
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
fathom train fails: 'WebDriver' object has no attribute 'find_element_by_id' #308
Comments
Looks like |
From the selenium change log, Line 21 in 2b2c84e
to 'selenium>=3.141.0,<4.3.0', ?
OR use |
I think |
Selenium 4 removes the deprecated signatures and methods still used by the Vectorizer (mozilla#308), and Selenium 3 is incompatible with newer versions of Firefox, so we can't pin to the older version. With this commit, `fathom train [...] --ruleset [...] --trainee [...]` prints metrics and per-tag results again! \o/
Selenium 4 removes the deprecated signatures and methods still used by the Vectorizer (mozilla#308), and Selenium 3 is incompatible with newer versions of Firefox, so we can't pin to the older version.
Selenium 4 removes the deprecated signatures and methods still used by the Vectorizer (mozilla#308), and Selenium 3 is incompatible with newer versions of Firefox, so we can't pin to the older version.
The train command fails because of an incompatibility with more recent versions of geckodriver.
I've tested this with multiple version of geckodriver. Versions >= 0.30.0 fail with the stacktrace below, while versions < 0.30.0 suffer from #295.
macOS 12.4 (M1 Max)
The text was updated successfully, but these errors were encountered: