Any plan for WebDriver?
wiradikusuma opened this issue · 1 comments
wiradikusuma commented
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?
ruippeixotog commented
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.