The sample code provided in #70 is a workaround. To implement proxy support, we should introduce an agouti.Proxy method that returns an agouti.Option. This option should also set the proxy capabilities for other WebDrivers that respect that configuration method instead.
Hi @hookszhang,
The sample code provided in #70 is a workaround. To implement proxy support, we should introduce an
agouti.Proxy
method that returns anagouti.Option
. This option should also set the proxy capabilities for other WebDrivers that respect that configuration method instead.