We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got an error as title said, how can I fix it?
The text was updated successfully, but these errors were encountered:
install selenium==4.2.0
Sorry, something went wrong.
install selenium == 4.2.0 or older version, because the new ones removed the find_elements_by_xpath function
Works like a charm. Thanks to all the commenters above. :)
If selenium is already installed then use: pip3 install -U selenium==4.2.0
pip3 install -U selenium==4.2.0
No branches or pull requests
I got an error as title said, how can I fix it?
The text was updated successfully, but these errors were encountered: