[dotnet] [test] Eliminate stub driver for testing events in Support package - #17736
Conversation
|
Thank you, @nvborisenko for this code suggestion. The support packages contain example code that many users find helpful, but they do not necessarily represent After reviewing the change, unless it is a critical fix or a feature that is needed for Selenium We actively encourage people to add the wrapper and helper code that makes sense for them to their own frameworks. |
PR Summary by Qododotnet: Replace StubDriver with Moq in EventFiringWebDriver tests
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
15 rules 1. mockDriver replaces StubDriver
|
Remove unnecessary
StubDriver.🔗 Related Issues
Contributes to #15536
🔧 Implementation Notes
Use mocking.
🤖 AI assistance
🔄 Types of changes