Bladeren bron

Add note about bug in Windows + PhantomJS + binary startup

Daniel Gempesaw 10 jaren geleden
bovenliggende
commit
304a48105c
1 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  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' => (