ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

Extend ChromeDriver capabilities to cover network throttling feature from Chrome DevTools #984

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Chrome's DevTools allow us to emulate a network by "throttling" the browser's 
network activities, for example "3G" is a 750kbps throughput, with a 100ms 
Round Trip Time.

https://developer.chrome.com/devtools/docs/device-mode#network-conditions

It would be very useful if ChromeDriver sported an API that allowed developers 
to enable and disable this network throttling, perhaps using the wire protocol, 
and perhaps using the existing mobile_emulation capability.

Original issue reported on code.google.com by srawlins@google.com on 1 Dec 2014 at 10:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I also think this would be a very useful feature...
But the Wire Protocol looks to be somewhat limited at its current state, 
Chrome offers a more evolved functionality

Original comment by nasse...@gmail.com on 4 Dec 2014 at 11:17

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:18