소스 검색

Updated documentation

Emmanuel Peroumalnaik 11 년 전
부모
커밋
6c9feadd41
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Selenium/Remote/Mock/RemoteConnection.pm

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

@@ -231,7 +231,7 @@ mock responses to specific functions
     $driver->quit;
 
     # dump the session to a file
-    $mock_connection->dump_session_store( 'my_record.json', $session_id );
+    $mock_connection->dump_session_store( 'my_record.json' );
 
 
 This code, above doing some basic Selenium interactions, will end up generating a JSON file containing all the requests and their responses for your Selenium session.