webdriverio/webdriverio

bug: support for proxies not supported anymore when using native fetch

Open

#13830 opened on Oct 29, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (6,029 stars) (1,793 forks)batch import
Bug 🐛help wanted

Description

Discussed in https://github.com/webdriverio/webdriverio/discussions/13819

Originally posted by paussita22 October 28, 2024 Hi, I'm trying to run GeoEdge proxy on a test that is using webdriverio and is running remotely in Selenium Grid but I'm not able to get it working, I try to pass the values in the capabilities of the browser but didn't work, wonder if you have some idea of what I'm missing?

 proxy: {
    proxyType: 'manual',
    httpProxy: 'ip:port',
    socksUsername: 'username',
   socksPassword: 'pass',
    sslProxy: 'ip:port',
  },
```</div>

Contributor guide