Sven Jost
Sven Jost
It was indeed massively reduced with #5164 Sorry that it took so long!
It is fixed with debian 10.5. They now provide compatibility for software that depends on libappindicator via [libayatana-appindicator](https://packages.debian.org/src:libayatana-appindicator)
I opened a pull request with selenium 3 support in April, but nobody reacted on it. See #164 You can check the branch out and build it yourself. I tested...
This sounds like the websocket connection to our backend server is either interrupted or denied. Do you use any firewall that blocks outgoing connections?
> Any possibility to record some log ? Yes, open the app with `wire-desktop --enable-logging`. Then after the issue happened use the menu **Help | Download Debug Logs** to get...
We got multiple reports by other users about this. We hope to fix it with the next release (version 3.16).
Content of http://localhost:4444/status from curl: ``` { "value": { "ready": false, "message": "Selenium Grid not ready.", "nodes": [ { "id": "5ff9b637-2976-4e89-b73a-777af2a73df3", "uri": "http:\u002f\u002f192.168.121.96:5555", "maxSessions": 1, "osInfo": { "arch": "x86_64", "name":...
I retested it with selenium-server 4.4.0 and 4.5.0 and the issue still happens. The issue comes somewhere from BrowserLogo.tsx which seems to not work with custom values. The console log...
Thank you, Diego. It is always a pleasure to work with you :wink:
I'm also interested in this case. I'm working on my own custom test engine and used a launcher too. This launcher works well with `LegacyXmlReportGeneratingListener`, but when I want to...