You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
Conda-forge python Selenium 4.27.0 is missing remote/getAttribute.js and other js files. The corresponding issue in Selenium - SeleniumHQ/selenium#14826.
Please update the command if you are downloading the source distribution from PyPI <https://pypi.org/project/selenium/#files>, unarchive it, and run python -m pip install . instead of python setup.py install
#99 shipped 4.27.1 with the updated pyproject.toml fixes, available on CDN within the hour.
It could be there are still issues with the .1 PyPI sdist, as I've had to add an old-school MANIFEST.in, etc. in order for the .js and .json files to be preserved. Also, it's probably best not to rely on "magic" namespace packages when namespaces = false, so am also having to inject a couple __init__.py. These are now under test, and should break informatively when upstream changes course again.
@bollwyvl thanks for the release, the missing __init__.py file was resolved with SeleniumHQ/selenium#14823 couple days back and should be there in the next release. We are also planning to add a CI check to avoid it in future.
Solution to issue cannot be found in the documentation.
Issue
Conda-forge python Selenium 4.27.0 is missing
remote/getAttribute.js
and other js files. The corresponding issue in Selenium - SeleniumHQ/selenium#14826.The size of the 4.27 package has been reduced to 1/3 as compared to previous releases as seen here - https://anaconda.org/conda-forge/selenium/files.
There were recent changes in setup.py in selenium, can you check if that results in this issue and can be mitigated on your end.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: