Henrik Skupin

Results 533 comments of Henrik Skupin

Hm, this is sad to hear that you cannot reproduce the failure locally and that the CI checks do not have the failures that you are seeing locally. :( As...

I see. So the requirement for console commands to have a stacktrace included only exists for `trace` and for other commands it's up to the user agent to optionally provide...

@domfarolino I think it depends on the outcome of the above discussion. Can I assume that you all are fine with only `trace` requiring a stacktrace and for all others...

I'm not that involved with the Selenium project but I would suggest to check how other drivers in https://github.com/SeleniumHQ/selenium handle driver setup. It would be wise to follow some over...

Yes, I would say so as well. Lets wait for @christian-bromann to confirm. Otherwise trace logs would be hellpful. These could be set via: ``` extraPrefsFirefox: { 'remote.log.level': 'Trace', },...

Hm, does the log output stop then or did you cut off the rest of the log?

Oh sorry. I forgot about the comment from @OrKoN above. Can you please check with Firefox 105 beta? It should work there given that the WebSocket server now listens on...

With the latest push the failure seem to be fixed. We are in process to decide which patches exactly need to be backed out. So once done and a Nightly...

@titusfortner I could actually need your help here for the failure in the [Ruby bindings which is related to the assumption that a window manager would set the `DESKTOP_SESSION`](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/spec/integration/selenium/webdriver/spec_helper.rb#L56). Like...

> I wonder if we should simply set the `DESKTOP_SESSION=fluxbox` environment variable manually given that Fluxbox isn't doing that, or removing this particular behavior completely and always enforce that a...