etaoin

2019-01-14T08:13:08.007500Z

I found another way to set it

2019-01-14T08:13:31.007800Z

(eta/chrome {capabilities {"pageLoadStrategy" "none"}})

borkdude 2019-01-14T17:49:27.008400Z

might want to file an issue about it, but maybe @igrishaev is a bit busy 🙂

igrishaev 2019-01-14T18:02:03.008900Z

Strange, I'll check that

igrishaev 2019-01-14T18:03:59.010400Z

The top-level load-strategy key just adds pageLoadStrategy into caps

igrishaev 2019-01-14T18:35:40.010900Z

@radomski could you do this? (:capabilities @c)

igrishaev 2019-01-14T18:36:08.011400Z

right after you created a driver using (def c (chrome {:load-strategy :none}))