Skip to content
Titus edited this page May 29, 2017 · 2 revisions

Implement Watir::HttpClent as a subclass of Selenium::WebDriver::Remote::Http::Persistent

Initialize with keyword params for:

  • :open_timeout
  • :read_timeout
  • :proxy (Selenium::WebDriver::Proxy)
  • :retries (Use Alex's implementation)
  • :persistent (Do we want this to be a toggle? page-object gem forces it)
Clone this wiki locally