-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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: proxyLooks 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
Labels
No labels