Open
Conversation
…s on other operating systems. - Update dependencies to modern versions compatible with Python 3.9+ - Fix Splinter browser timeout parameter incompatibility - Fix Firefox cookie database column indices (was showing values instead of names) - Fix cookie expiration overflow for long-lived cookies (that are probs too long) - Update cryptography library datetime handling to use UTC-aware methods - Add modern User-Agent headers to avoid 403 errors - Add timeout to HTTP more requests MacOS Specific: - Improve macOS Firefox profile path detection - Add wrapper script for proper library path configuration on macOS
- Integrated third party cookie improvements - Updated README and screenshots structure - Removed deprecated cron setup scripts - Fixed timeout parameter incompatibility with newer Splinter versions
Author
Test SetupTested successfully on:
Merged ChangesThis PR is based on the latest |
Author
|
After merging in develop, I found some errors :) I fixed them, and then verified it again. the code uses browser.driver.profile.path, which doesn't exist in my Selenium version. This fix uses a temporary file that works with newer Selenium/Splinter versions.
Cheers! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…s on other operating systems.
MacOS Specific: