浏览代码

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://";
                 croak "proxyAutoconfigUrl should be of format http://";
             }
             }
         }
         }
+        $proxy;
     },
     },
 );
 );