devtools-proxy icon indicating copy to clipboard operation
devtools-proxy copied to clipboard

Multiplexing proxy for Chrome DevTools. Fully compatible with Selenium and ChromeDriver

Results 7 devtools-proxy issues
Sort by recently updated
recently updated
newest added

This PR updates [aiohttp](https://pypi.org/project/aiohttp) from **2.3.10** to **3.5.4**. Changelog ### 3.5.2 ``` ================== Features -------- - ``FileResponse`` from ``web_fileresponse.py`` uses a ``ThreadPoolExecutor`` to work with files asynchronously. I/O based payloads...

This PR updates [selenium](https://pypi.org/project/selenium) from **3.6.0** to **3.141.0**. Changelog ### 3.141.0 ``` * Bump version to a better approximation of Π * Improved Test build targets * fix os path...

This PR updates [aiohttp](https://pypi.org/project/aiohttp) from **2.3.10** to **3.2.1**. Changelog ### 3.2.1 ``` ================== - Don't reuse a connection with the same URL but different proxy/TLS settings (`2981 <https://github.com/aio-libs/aiohttp/pull/2981>`_) ``` ###...

I am unable to switch context to iframe elements while using devtools-proxy. The same code works without using the proxy. Any ideas why this might be happening? Sample code: devtools_proxy_port...

I'm trying to use devtools-proxy, but when using it chrome won't start. I've got Selenium 3.6.0 installed. I installed devtools-proxy through pip3. ``` $ sudo -H pip3 install devtools-proxy Collecting...

On my current project I need to run devtools-proxy in Windows 10. As I understand now it's impossible to do this. Am I right? If yes, do I need to...