Browse Source

Add comment

Yves Lavoie 7 years ago
parent
commit
72eb16700a
1 changed files with 1 additions and 0 deletions
  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);
         return $self->commands->parse_response($res,$resp);
     }
     }
     else {
     else {
+        #Tell the use about the offending setting.
         croak "Couldn't retrieve command settings properly ".$res->{command}."\n";
         croak "Couldn't retrieve command settings properly ".$res->{command}."\n";
     }
     }
 }
 }