-
Notifications
You must be signed in to change notification settings - Fork 13
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
Some fixes and improvements #19
Closed
Closed
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
90a04a9
Adapt for parse cookie partitionKey when it is str
yoori 1d6ea84
Added chrome stderr output to Exception when chrome start failed (hel…
yoori 12806e4
adapt for websockets 14.0 : websocket.closed attribute removed
yoori 0558831
Added getter for get browser process output (help to debug chrome ins…
yoori 570df12
Fix: don't drop CDP message id counter (this can be reason for id rep…
yoori 97390c1
More accurate handling of exceptions, that can interrupt websocket re…
yoori b9254fb
adapt for websockets 14.0
yoori 8f5ae76
Added lost dependency of package on requests module
yoori 8c46e56
Merge branch 'stephanlensky:main' into main
yoori ab058aa
Update zendriver/core/browser.py
yoori c928027
Set zendriver dependency python>=3.9
yoori File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey, this change needs to be reverted if you want this PR to get merged - I am sticking with
>=3.10
for theX | Y
union syntax for type annotations.BTW, sorry for the delay in responding, I need to do some further research to understand the websockets==14.0 changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I replace
|
with typing.Union ? I need 3.9 compatibility …There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I recreated MR, (can't find way to change branch in already created MR), I can't rollback python 3.9 adaptation in main and created MR with other branch : #22