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.
Improve downloads, Safari automation, reliability, and more
Improve Safari automation and allow Safari to open "data:" URLs
Distinguish folders for downloading files, and expand methods:
-- Use self.download_file(file_url) to drop a file into ./downloaded_files.
-- If a click triggers a download, try to put the file into ./downloaded_files.
Add method: self.is_chromium(), which returns True for Chrome/Edge/Opera.
Improve method reliability and simplify exception-handling.
Update output of console scripts and improve error messages.
Update a Python dependency:
-- rich==9.12.0;python_version>="3.6"