We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ProxyNodeCdp
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ProxyNodeCdp class only looks for Chrome and Edge CDP endpoints. It should also look for Firefox's endpoint.
Read the code of the apply method.
apply
Firefox's CDP end point is reported.
N/A
OS: All Browser: Firefox Browser version: 88b1+ Browser Driver version: N/A Language Bindings version: Java Selenium Grid version (if applicable): 4.0
The text was updated successfully, but these errors were encountered:
[grid] Enhancing CdpEndpointFinder to get debuggerAddress URI
00b0b39
This is part of the work needed for #9327
[grid] Consolidating getReportedUri logic in CdpEndpointFinder
getReportedUri
d9c0dd8
This is work needed for #9327
8012af9
No branches or pull requests
🐛 Bug Report
The
ProxyNodeCdp
class only looks for Chrome and Edge CDP endpoints. It should also look for Firefox's endpoint.To Reproduce
Read the code of the
apply
method.Expected behavior
Firefox's CDP end point is reported.
Test script or set of commands reproducing this issue
N/A
Environment
OS: All
Browser: Firefox
Browser version: 88b1+
Browser Driver version: N/A
Language Bindings version: Java
Selenium Grid version (if applicable): 4.0
The text was updated successfully, but these errors were encountered: