[java] specify nullability in package org.openqa.selenium.bidi.browser#17036
[java] specify nullability in package org.openqa.selenium.bidi.browser#17036asolntsev merged 2 commits intoSeleniumHQ:trunkfrom
org.openqa.selenium.bidi.browser#17036Conversation
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
org.openqa.selenium.bidi.browserorg.openqa.selenium.bidi.browser
💥 What does this PR do?
🔄 Types of changes