瀏覽代碼

Add comment

Yves Lavoie 7 年之前
父節點
當前提交
72eb16700a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/Selenium/Remote/Driver.pm

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

@@ -844,6 +844,7 @@ sub _execute_command {
         return $self->commands->parse_response($res,$resp);
     }
     else {
+        #Tell the use about the offending setting.
         croak "Couldn't retrieve command settings properly ".$res->{command}."\n";
     }
 }