Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TSProxy and Selenium #229

@soulgalore

Description

@soulgalore

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions