Fix type error for attribute in remote_connection.py by Bradltr95 · Pull Request #15810 · SeleniumHQ/selenium
🎫 Ticket compliance analysis 🔶
15697 - Partially compliant
Compliant requirements:
• Partially fixes type annotation errors in Python bindings by addressing the browser_name type in remote_connection.py
Non-compliant requirements:
• Does not fix all type errors identified by Mypy (only addresses one specific case)
• Does not update CI job to fail when Mypy encounters errors
Requires further human verification:
• Verify that this change actually resolves the specific Mypy errors related to browser_name
• Confirm how many of the 120 reported errors this change addresses