瀏覽代碼

debug -again

Emmanuel Peroumalnaik 11 年之前
父節點
當前提交
64ae437468
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/Selenium/Remote/Mock/RemoteConnection.pm

+ 2 - 1
lib/Selenium/Remote/Mock/RemoteConnection.pm

@@ -127,7 +127,8 @@ sub request {
         my $resp;
         my $arr_of_resps = $self->session_store->{"$method $url $content"} // [];
         use DDP; 
-        p "$method $url $content";
+        my $s =  "$method $url $content";
+        p $s;
         if ( scalar(@$arr_of_resps) ) {
             $resp = shift @$arr_of_resps;
             $resp = HTTP::Response->parse($resp);