CodeceptJS не принимает настройки прокси

Я хочу передавать запросы CodeceptJS через внешний прокси. Я следовал инструкциям в документах.

В журнале я вижу признаки того, что прокси передается, но не используется selenium-standalone на запросы прокси.

10:56:25.020 INFO - Found handler: org.openqa.selenium.remote.server.commandhandler.BeginSession@7d95346a
10:56:25.020 INFO - /session: Executing POST on /session (handler: BeginSession)
10:56:25.024 INFO - Capabilities are: Capabilities {browserName: chrome, handlesAlerts: true, javascriptEnabled: true, locationContextEnabled: true, loggingPrefs: org.openqa.selenium.logging..., proxy: {httpProxy: http://<myproxy>..., proxyType: manual, socksPassword: <my password>..., socksUsername: <my username>}, requestOrigins: {name: webdriverio, url: http://webdriver.io, version: 4.10.2}, rotatable: true}
10:56:25.024 INFO - Capabilities {browserName: chrome, handlesAlerts: true, javascriptEnabled: true, locationContextEnabled: true, loggingPrefs: org.openqa.selenium.logging..., proxy: {httpProxy: http://<myproxy>..., proxyType: manual, socksPassword: <my password>..., socksUsername: <my username>}, requestOrigins: {name: webdriverio, url: http://webdriver.io, version: 4.10.2}, rotatable: true} matched class org.openqa.selenium.remote.server.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
  • CodeceptJS версия: 1.1.5
  • NodeJS версия: 8.0
  • Операционная система: Mac
  • Транспортир || WebDriverIO || Кошмарная версия (если есть) selenium-server-standalone-3.9.1
  • Конфигурационный файл:

"helpers": { "WebDriverIO": { "url": "https://caworkcompcoverage.com", "browser": "chrome", "desiredCapabilities": { "proxy": { "proxyType": "manual", "httpProxy": "http://proxy:8010", "socksUsername": "my username", "socksPassword": "my password" } } } },

0 ответов

Другие вопросы по тегам