jsa34
jsa34
It would be great if this were able to be open-sourced to allow real community support...
Hello - just to add the bug I raised above was for an MP4 file generated that definitely was concluded - as I noted: > Attached generated Allure results dir...
This is the ticket...? I'm the OP
I have just encountered this issue, and trying to find a workaround, so can confirm it still appears to be present
I have resolved this with a workaround: ``` // Disables scroll bar appearing: // causes issues with driver clicking this instead of the intended target firefoxOptions.addPreference("widget.gtk.alt-theme.scrollbar_active", false); firefoxOptions.addPreference("widget.gtk.overlay-scrollbars.enabled", false); firefoxOptions.addPreference("layout.css.scrollbar-gutter.enabled",...
I think the scroll bars behave differently depending on the OS, hence different preferences needed for Windows vs Linux (perhaps I have also just assumed this issue, just from description,...
Encountering same problem here :(. Hope this gets picked up/commented on/resolved soon!
Hello, I am using the latest selenium client (3.141.59) and latest selenoid.
I have just watched the sessions and got a bit deeper into what is happening. It looks like the page load is stuck - it won't even let me refresh...
Hello - good point. I have updated the browsers.json to include the line: "shmSize":2147483648 (2gb) and did a docker kill -s HUP ...pid... But still getting the same issues :(