-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
specify nullability in package org.openqa.selenium.bidi.browser
#17036
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
base: trunk
Are you sure you want to change the base?
Conversation
PR TypeEnhancement, Tests Description
|
| Relevant files | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Enhancement | 5 files
| ||||||||||
| Documentation | 1 files
| ||||||||||
| Tests | 4 files
| ||||||||||
| Configuration changes | 1 files
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
41a459a to
fb439c8
Compare
+ add missing unit-tests + add missing toString() methods - they can be useful for logging & debugging
a34a6d6 to
15bc95c
Compare
instead of using complex "WebDriverWait" constructs, it's enough just to wait for few seconds, and then check the downloaded files. It's effectively the same. :)
15bc95c to
5e8fa28
Compare
💥 What does this PR do?
🔄 Types of changes