[java][BiDi] implement speculation module#17130
[java][BiDi] implement speculation module#17130Delta456 wants to merge 10 commits intoSeleniumHQ:trunkfrom
speculation module#17130Conversation
PR TypeEnhancement Description
|
| Relevant files | |||
|---|---|---|---|
| Enhancement | |||
| Documentation | 1 files
| ||
| Tests | 1 files
| ||
| Configuration changes |
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:
|
||||||||||||||||||
a6e1b73 to
3970ac3
Compare
asolntsev
left a comment
There was a problem hiding this comment.
@Delta456 Looks good, only few questions in https://github.com/SeleniumHQ/selenium/pull/17130/changes#r2847114237
fdce405 to
ba8368e
Compare
💥 What does this PR do?
This PR implements an external BiDi nav speculation for Java binding and adds speculation.PrefetchStatusUpdated.
The speculation module contains commands for managing the remote end behavior for prefetches, prerenders, and speculation rules.
🔧 Implementation Notes
Took tests from https://wpt.fyi/results/webdriver/tests/bidi/external/speculation?label=master&label=stable&aligned
💡 Additional Considerations
🔄 Types of changes