Hello
I'm using selenium Grid to start a Webdriversession and I'm working at home by using Anydesk on my PC in the Office.
When I start a test i get on the nodeconsole
13:35:56.693 INFO [SelfRegisteringRemote.registerToHub] - The node is registered to the hub and ready to use
13:36:13.347 INFO [ActiveSessionFactory.apply] - Capabilities are: {
"browserName": "chrome",
"goog:chromeOptions": {
"args": [
"-incognito",
"--start-maximized"
],
"extensions": [
]
},
"platform": "WINDOWS"
}
13:36:13.348 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab) on port 34989
Only local connections are allowed.
DevTools listening on ws://127.0.0.1:52871/devtools/browser/c046c2a6-0731-4b40-aa5f-a55b4b7802b1
[11100:14300:0428/133615.685:ERROR:browser_switcher_service.cc(238)] XXX Init()
[11100:14300:0428/133616.323:ERROR:device_event_log_impl.cc(162)] [13:36:16.322] Bluetooth: bluetooth_adapter_winrt.cc:1055 Getting Default Adapter failed.
[1588073777.840][WARNING]: Timed out connecting to Chrome, retrying...
13:36:19.882 INFO [ProtocolHandshake.createSession] - Detected dialect: OSS
13:36:20.488 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session f3c458282b08e8d6375fc3b47eb3fd6c (org.openqa.selenium.chrome.ChromeDriverService)
I don't know why. On the PC is no Bluetooth on
In the Time I sit directly on my PC it works.
is it possibe than anydesk is the reason for that? My College don't have such problem and also works in the same way at home.
I hope my english isn't to bad to understand.
Regards René