We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc07f85 commit ef8b1bfCopy full SHA for ef8b1bf
rb/lib/selenium/webdriver/common/port_prober.rb
@@ -36,7 +36,7 @@ def self.random
36
port
37
end
38
39
- IGNORED_ERRORS = [Errno::EADDRNOTAVAIL]
+ IGNORED_ERRORS = [Errno::EADDRNOTAVAIL, Errno::EAFNOSUPPORT]
40
IGNORED_ERRORS << Errno::EBADF if Platform.cygwin?
41
IGNORED_ERRORS << Errno::EACCES if Platform.windows?
42
IGNORED_ERRORS.freeze
0 commit comments