Beñat Zaldua
Beñat Zaldua
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 way and everything is fine. Actually, it...
@timothyjmtan ``` var path = require('path'); ... exports.config = { seleniumAddress: 'http://localhost:4444/wd/hub', capabilities: { browserName: 'chrome', chromeOptions: { args: [ '--headless', '--window-size=1280,720', '--no-sandbox' ], prefs: { download: { 'prompt_for_download': false,...