I found another way to set it
(eta/chrome {capabilities {"pageLoadStrategy" "none"}})
might want to file an issue about it, but maybe @igrishaev is a bit busy 🙂
Strange, I'll check that
The top-level load-strategy key just adds pageLoadStrategy into caps
@radomski could you do this? (:capabilities @c)
right after you created a driver using (def c (chrome {:load-strategy :none}))