소스 검색

Add note about bug in Windows + PhantomJS + binary startup

Daniel Gempesaw 10 년 전
부모
커밋
304a48105c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      lib/Selenium/PhantomJS.pm

+ 5 - 0
lib/Selenium/PhantomJS.pm

@@ -28,6 +28,11 @@ If you're curious whether your Selenium::PhantomJS instance is using a
 separate PhantomJS binary, or through the selenium server, you can check
 the C<binary_mode> attr after instantiation.
 
+N.B. If you're on Windows, we're probably going to fail at closing the
+command window that runs the PhantomJS binary. Feel free to bug us
+over at L<Github|https://github.com/gempesaw/Selenium-Remote-Driver>
+and/or tell us how to fix it if it's a blocking issue for you. Thanks!
+
 =cut
 
 has '+browser_name' => (