Explorar o código

Restore proxy functionality

The coerce attribute for the proxy wasn't returning anything, so the
values for the proxy weren't being respected.
Daniel Gempesaw %!s(int64=11) %!d(string=hai) anos
pai
achega
b7df7d2bd7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/Selenium/Remote/Driver.pm

+ 1 - 0
lib/Selenium/Remote/Driver.pm

@@ -273,6 +273,7 @@ has 'proxy' => (
                 croak "proxyAutoconfigUrl should be of format http://";
             }
         }
+        $proxy;
     },
 );