Nearsoft\SeleniumClient\WebDriverWait::__construct PHP Method

__construct() public method

public __construct ( $seconds = 1 )
    function __construct($seconds = 1)
    {
        if (!is_numeric($seconds)) {
            throw new \Exception("Must specify number");
        }
        $this->_seconds = $seconds;
    }