etaoin

tianshu 2018-05-18T03:51:14.000057Z

@igrishaev how can I set HTTP_PROXY in etaoin?

igrishaev 2018-05-18T06:55:24.000306Z

@doglooksgood don’t remember right now, I created an issue: https://github.com/igrishaev/etaoin/issues/148

lwhorton 2018-05-18T23:12:31.000163Z

Heya guys — i’m having a conceptual issue that should be really obvious once someone points it out. How do I actually check the results of an integration test?

(is (= expected (doto driver ( ... (get-url)))

lwhorton 2018-05-18T23:13:17.000166Z

doto eventually just returns the driver, but i think what I really want is the result — so that means I just can’t use doto?

lwhorton 2018-05-18T23:15:35.000276Z

as per usual, asking the question gave the answer 🙂