Laurent Jouanneau
Laurent Jouanneau
Hi, the real issue is here: ``` libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast ``` If you do a search about these...
No plan for the moment... But we could add this in the future, if we can have such information from Gecko...
sys.stdin is not to read user input (from the keyboard), but the content given to the program at startup, on the standard input flow.
I don't think gecko supports reading live inputs. Even for reading input, we have to read directly /dev/stdin (so, no support on Windows). And so I was wrong in my...
With the implementation of phantom.aboutToExit, it seems it is ok. However, I don't know very well selenium, so don't hesitate to open new issues.
> --webdriver 0.0.0.0:8081 the httpd server of SlimerJS doesn't support 0.0.0.0. Specify an existing ip. > [17:33:40] COMMAND POST "/wd/hub/session" > [17:33:40] DATA {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"browserName":"phantomjs","maxInstances":1,"loggingPrefs":{"browser":"ALL","driver":"ALL"},"requestOrigins":{"url":"http://webdriver.io","version":"4.0.5","name":"webdriverio"}}} > ERROR: Bad request > >...
The problem is that I don't see how to fix it... I really don't know how to stop the script. I'll investigate in Gecko....
Gecko network engine does not behave like Webkit's one. It does not generate a request for an unknown protocol, contrary to webkit. So with gecko, the error appears on the...
Not really fixed in Fx57
Sorry, but you forgot to fill the form (versions, steps to reproduce etc.). I can't investigate.