vifreefly / kimuraframework

Kimurai is a modern web scraping framework written in Ruby which works out of box with Headless Chromium/Firefox, PhantomJS, or simple HTTP requests and allows to scrape and interact with JavaScript rendered websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy issues with :poltergeist_phantomjs and :mechanize

imtiazwazir opened this issue · comments

Tried Crawlera with :poltergeist_phantomjs and there is no way you can make it run

There is a bug in the gem : mechanize should register cert as following:

browser.driver.browser.agent.ca_file = "ca.crt"

Hi @imtiazwazir . I used multiple times Crawlera with poltergeist and mechanize. Everything works fine.

Your issue description doesn't has enough info. Please describe it in details and provide an example. Thanks.