Bug 285625
| Summary: | [WPE][WebDriver] Do not use a default port number for the BiDi WebSocket server | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | WPE WebKit | Assignee: | Carlos Alberto Lopez Perez <clopez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia, lmoura |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Alberto Lopez Perez
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Pull request: https://github.com/WebKit/WebKit/pull/38742
EWS
Committed 288800@main (3ac9933f9835): <https://commits.webkit.org/288800@main>
Reviewed commits have been landed. Closing PR #38742 and removing active labels.