fixed error in selenium/webdriver/common/bidi/common.py:19 by rpallavisharma · Pull Request #15814 · SeleniumHQ/selenium
🎫 Ticket compliance analysis ❌
5678 - Not compliant
Non-compliant requirements:
• Fix "Error: ConnectFailure (Connection refused)" when instantiating ChromeDriver
Requires further human verification:
• The PR changes BiDi protocol command construction typing, which doesn't appear to be directly related to the ChromeDriver connection issue
1234 - Not compliant
Non-compliant requirements:
• Fix issue where JavaScript in link's href is not triggered on click() in Firefox
Requires further human verification:
• The PR changes BiDi protocol command construction typing, which doesn't appear to be directly related to the Firefox click() issue