Skip to content

Proxy #18

@emmx

Description

@emmx

It would be great to have an option to add a proxy, something like follows:

proxy = { addr: "127.0.0.1", port: 80, user: "foo", pass: "bar" }
Tr4n5l4te::Translator.new sleep_time: 3, proxy: proxy

Looks like you can add the proxy to Capybara by using the phantomjs_options array, apart from "--load-images=no", but there's no way to add options to it from the outside.

--load-images=no
--proxy=addr:port
--proxy-auth=user:pass

Any idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions