dannyvassallo / insta_scrape

The instagram swiss army knife. Restores all deprecated hashtag functionality and grants public api access from instagram's front end without any of the authorization.
https://rubygems.org/gems/insta_scrape
MIT License
60 stars 27 forks source link

Suppress Capybara javascript errors #19

Closed beydogan closed 7 years ago

beydogan commented 7 years ago

This PR adds js_errors: false option to driver initialization so it won't throw exceptions when there is any javascript errors on Instagram side. Fixes #18

dannyvassallo commented 7 years ago

@beydogan you sir, are awesome. Thank you. Will merge this ASAP.