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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Some updates to driver downloads and loading external JS resources:
Make a few updates to the driver download script:
-- If there are issues with getting an "https" URL to work, try an "http" URL instead.
-- Have Windows users download the latest Chromedriver if no version is specified.
Use better error messages when trying to load JS resources.
Refactor code that loads external JS resources into websites.
Add extra names to scrolling methods for easier clarity:
-- self.scroll_to_element() becomes a duplicate for self.scroll_to().
-- self.slow_scroll_to_element() becomes a duplicate for self.slow_scroll_to().