ruippeixotog / scala-scraper

A Scala library for scraping content from HTML pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plan for WebDriver?

wiradikusuma opened this issue · comments

As you probably know, Chrome now supports headless (https://developers.google.com/web/updates/2017/04/headless-chrome), and one way to call it is through WebDriver. Any plan for scala-scraper to support headless Chrome?

Hi @wiradikusuma. I was aware of WebDriver, but I never heard of a way to run Chrome in a fully headless way. Sounds nice!

I'd love to support WebDriver, I just haven't had time to learn what I need and implement the necessary bindings for scala-scraper. I think there shouldn't be a problem with supporting it, though.