[dotnet][java][js][rb] deprecate invalid Firefox profile code - #17871
Conversation
PR Summary by QodoDeprecate dead Firefox Profile APIs across bindings; add Ruby profile reuse specs
AI Description
Diagram
High-Level Assessment
Files changed (11)
|
Code Review by Qodo
1.
|
🔗 Related Issues
💥 What does this PR do?
Profilethat no longer function, across remaining bindings (Python covered by previous PR), each pointing to its supported replacement.🔧 Implementation Notes
Members marked deprecated:
Note that it is technically still possible to add a signed extension to a firefox profile, but not by the methods provided, and this PR opted to mark deprecated rather than re-implement it since we're moving away from this approach with BiDi
🤖 AI assistance
💡 Additional Considerations
geckodriver.logis that copy. The real gap it hit —options.profileaccepting a directory path to zip — was fixed for Python in [py] Firefox Profile Fixes and Deprecations #13477options.profilefix to allow a directory path to zip, which is left for a future PR.🔄 Types of changes