timothyjmtan
timothyjmtan
> I made it work using this versions: > > * Protractor: 5.4.2 > * Selenium standalone server: 3.141.59 > * Chrome: 77.0.3865.40 > > I launched Chome in headlles...
Thanks @BZaldua !
@PingleSneha in case anyone is curious, my settings below allowed me to download w/o the prompt showing: ``` chromePrefs.put("profile.default_content_settings.popups", 0); chromePrefs.put("profile.default_content_setting_values.automatic_downloads",1); chromePrefs.put("download.default_directory", "/home/selenium/Downloads"); ```
Hi @vania-pooh thanks for the quick reply. Do I follow the instructions here? https://github.com/aerokube/selenoid/blob/master/docs/video.adoc Due to corporate policies where AWS instances are blocked from accessing the internet, I am unable...
@vania-pooh Okay, let me check if I am able to build this on another computer that has access to the internet. Something I've also noticed is that if I were...
@vania-pooh Thanks. Here are the outputs: `$ curl -s http://localhost:4444/status` `{"total":5,"used":0,"queued":0,"pending":0,"browsers":{"chrome":{"60.0":{}},"firefox":{"46.0":{}}}}` `$ curl -s http://localhost:4444/wd/hub/status` `404 page not found` `$ curl -s http://localhost:4444/ping` `{"uptime":"9m29.888363051s","lastReloadTime":"2018-11-07 10:36:48.640004621 +0000 UTC"}`
@aandryashin Will Ggr still be supported in the long term, or will you be declaring an 'end of support'?
Hi @vania-pooh , thanks for the clarification. Good to hear that Ggr will still be in development. @aandryashin, apologies but I initially thought when you said 'ggr is old project...
I agree, this will help teams who are trying to get it working while behind a corporate firewall which presents loads of network connectivity restrictions. I have an offline copy...
I've also tried the Docker image, but the build process still attempts to download winCodeSign. If all dependencies (including winCodeSign, etc) could be packaged into the docker image, that would...