host and port hardcoded in canDevToolsConnectionBeEstablished function
The canDevToolsConnectionBeEstablished function in the src/DevToolsConnection.php file contains this line:
$url = 'http://127.0.0.1:9222/json/version';
This function should check the remote-debugging-address and the remote-debugging-port.