[java][BiDi] add clearListners via browsingContextIds for inspectors#17376
[java][BiDi] add clearListners via browsingContextIds for inspectors#17376Delta456 wants to merge 8 commits intoSeleniumHQ:trunkfrom
Conversation
Review Summary by QodoAdd clearListener support for browsing context IDs in BiDi inspectors
WalkthroughsDescription• Add clearListener method to BiDi supporting browsing context IDs • Implement clearListener and clearListeners methods in inspector modules • Add comprehensive tests for clearing listeners in BrowsingContext, Log, and Speculation inspectors • Enable selective event listener cleanup for specific browsing contexts File Changes1. java/src/org/openqa/selenium/bidi/BiDi.java
|
Code Review by Qodo
1. LogInspector close no-ops
|
|
@Delta456 Seems that AI comments are reasonable, I would start from them. |
Done. |
🔗 Related Issues
💥 What does this PR do?
Add
clearListnersviabrowsingContextIdsfor Inspectors for Java BiDiFollowup of #17130 specifically #17130 (comment)
🔧 Implementation Notes
🤖 AI assistance
💡 Additional Considerations
🔄 Types of changes