Class: Selenium::WebDriver::Remote::Http::Typhoeus

Inherits:
Common
  • Object
show all
Defined in:
lib/arachni/selenium/webdriver/remote/typhoeus.rb

Overview

The default client uses Threads to track timeout and we don't want that, each threads uses about 1MB of RAM.

However, this one results in memory violations on Windows, so it should only be used on *nix.