-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[py] Added more internal logging for CDP #14668
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
@VietND96 |
weird - they pass locally for me, and that edge test passed in the last run so it has nothing to do with my code... Wonder if upload_tests.py is having trouble with the ci/cd pipeline. |
@VietND96 can you see the log files? I can't figure out which test is failing/what the error message is |
Can you see this link? https://gypsum.cluster.engflow.com/invocations/default/6f30e2cd-e307-4fb8-9a44-a77abff4035a#highlights |
I'm checking a local run, test passed here. I tried to update the branch one more time to see. |
I had, but couldn't see how to find the log file - I just figured it out. So it looks like the upload_tests.py is having these errors:
and the edge test got an invalid selector here:
@VietND96 both of these pass locally, and do not touch the code I added. Do you know what may be causing this? I'm honestly not sure what could be causing the upload error. |
I will merge this, since status is fine
|
Thank you, @shbenzer ! |
User description
Python implementation of #14558
Description
Added more logging for cdp in python
Motivation and Context
Issue #14547
Types of changes
Checklist
PR Type
enhancement
Description
execute
method.PRDescriptionHeader.CHANGES_WALKTHROUGH
cdp.py
Add debug logging for CDP message handling
py/selenium/webdriver/common/bidi/cdp.py