Hello,
My webview process is com.tencent.mm:appbrand0, the socket is @xweb_devtools_remote_22599 not @webview_devtools_remote_22599
because the view layer is rendered by the WeChat self-developed XWeb engine based on the Mobile Chrome 67 kernel.
But the Chromedriver try to get sockets matching: @webview_devtools_remote_.*22599, it failed.
I think this is an enhancement for Chromedriver, the socket name should be obtained from the system, not @webview_devtools_remote_.*+PID
For further details, you can see the log in my issue here: https://github.com/appium/appium/issues/13443.
Looking forward to your reply!