RESOLVED FIXED285625
[WPE][WebDriver] Do not use a default port number for the BiDi WebSocket server
https://bugs.webkit.org/show_bug.cgi?id=285625
Summary [WPE][WebDriver] Do not use a default port number for the BiDi WebSocket server
Carlos Alberto Lopez Perez
Reported 2025-01-08 11:46:12 PST
If you try to start WebDriver twice in the same machine providing different port numbers for the HTTP servers but not specifying a port for the BiDi WebSocket server then it fails to start. This is because the code currently defaults to using the number 4445 for the BiDi WebSocket server, so the first time works but the second one fails because the port is in use.
Attachments
Carlos Alberto Lopez Perez
Comment 1 2025-01-08 12:51:24 PST
EWS
Comment 2 2025-01-13 07:21:53 PST
Committed 288800@main (3ac9933f9835): <https://commits.webkit.org/288800@main> Reviewed commits have been landed. Closing PR #38742 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.