Class Selenium::WebDriver::SocketPoller
In: lib/selenium/webdriver/common/socket_poller.rb
Parent: Object

Methods

closed?   connected?   new  

Constants

SOCKET_ERRORS = [Errno::ECONNREFUSED, Errno::ENOTCONN, SocketError]

Public Class methods

Public Instance methods

Returns true if the server has stopped listening within the given timeout, false otherwise.

@return [Boolean]

Returns true if the server is listening within the given timeout, false otherwise.

@return [Boolean]

[Validate]