浏览代码

Add comment

Yves Lavoie 7 年之前
父节点
当前提交
2b924f60b3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/Selenium/Remote/Driver.pm

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

@@ -959,6 +959,7 @@ sub _request_new_session {
         delete $args->{extra_capabilities};
     }
 
+    # Get actual status
     $self->remote_conn->check_status();
 
     # command => 'newSession' to fool the tests of commands implemented