There's something in how we setup TSProxy with Selenium that doesn't work as it should.
If I run TSProxy standalone (simulate 3g)
python tsproxy.py --rtt 300 --inkbps 1600 --outkbps 768 -vvvv
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --proxy-server="socks://127.0.0.1:1080"
And then go to https://en.wikipedia.org/wiki/Barack_Obama everything works as it should.
If I run in Browsertime, the page takes 2 minutes to load. If I start the proxy outside of Browsertime and just configure Selenium to use it, it also takes 2 min. So something must be wrong how we set it up in Selenium?
There's something in how we setup TSProxy with Selenium that doesn't work as it should.
If I run TSProxy standalone (simulate 3g)
And then go to https://en.wikipedia.org/wiki/Barack_Obama everything works as it should.
If I run in Browsertime, the page takes 2 minutes to load. If I start the proxy outside of Browsertime and just configure Selenium to use it, it also takes 2 min. So something must be wrong how we set it up in Selenium?