Преглед на файлове

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 преди 11 години
родител
ревизия
b7df7d2bd7
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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;
     },
 );