Selenium 4 (Java client) randomly throws java.util.concurrent.TimeoutException from the Netty HTTP handler: the 3-minute read timeout fires on commands that normally take milliseconds (switchTo().defaultContent(), click(), sendKeys(), alert.accept()), roughly <1% of test cases in large CI suites. Retrying the command works fine, and Selenium 3.141 never showed this.