etaoin

2019-01-11T22:59:43.006300Z

I copied this example from the readme and it isn't working for me

(def c (chrome {:load-strategy :none}))
(go c "<http://some.slow.site.com>")
;; no pause, acts immediately
(do-something)

2019-01-11T23:00:14.006900Z

Has anybody else had this issue? For me, it hangs until the page is fully loaded