-
Notifications
You must be signed in to change notification settings - Fork 53
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
Apple Silicon Support #76
Conversation
Updated suffix and version.
Updated suffix and version.
Hi @paulpall thank you for the PR! What is the reason for the commented #self._driver = webdriver.Chrome(**kwargs)
self._driver = webdriver.Chrome() |
Signed-off-by: Tin Lai <[email protected]>
@paulpall I've updated your PR on actually detecting |
Honestly, the comments can be removed. The reason I didn't remove them was in case someone on a different platform ran into any issues, and because I didn't go through the codebase to see if |
Nice! Yup, that still seems to works fine for me. |
I don't quite understand what you meant; as in, was it that the original version with |
I'm asking that because they are used to set useragents on the browser, which was needed for the older (non-cloud) echo360 platform. |
Oh, yes it did not work, sorry. From what I could tell the |
In the Line 2 in 1d01827
|
Signed-off-by: Tin Lai <[email protected]>
Interesting, let me do a bit of digging... |
It seems that the requirements aren't working properly when installing with |
I see! Thanks for confirming! |
Signed-off-by: Tin Lai <[email protected]>
The latest push should auto handle newer selenium version. It would be great if you can test it on your end |
Unfortunately that's somehow trying to pass |
Never mind, I cleaned everything and ran it again, works great! |
Awesome! Thanks @paulpall for confirming! I'll merge the new changes and will also push to PyPI afterwards. |
Changed the versions and suffixes to reflect the Apple Silicon drivers and updated downloader to work with newer Selenium.