This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-02
Channels
- # adventofcode (63)
- # announcements (21)
- # babashka-sci-dev (1)
- # beginners (24)
- # biff (2)
- # calva (78)
- # cherry (6)
- # clj-commons (3)
- # clj-kondo (7)
- # clojure (91)
- # clojure-austin (2)
- # clojure-bay-area (6)
- # clojure-denmark (1)
- # clojure-europe (45)
- # clojure-nl (1)
- # clojure-norway (16)
- # clojure-portugal (3)
- # clojure-uk (1)
- # clojurescript (20)
- # conjure (11)
- # datalevin (13)
- # datomic (5)
- # emacs (14)
- # etaoin (15)
- # events (7)
- # fulcro (9)
- # funcool (1)
- # honeysql (26)
- # joyride (4)
- # kaocha (3)
- # lambdaisland (2)
- # malli (7)
- # off-topic (22)
- # pathom (29)
- # portal (58)
- # practicalli (8)
- # rdf (25)
- # reagent (14)
- # sci (3)
- # scittle (37)
- # shadow-cljs (10)
- # slack-help (2)
- # spacemacs (7)
- # sql (7)
- # tools-deps (1)
- # xtdb (2)
Hi, I’ve been trying out this awesome webdriver implementation. Been testing it out in the REPL. Great so far. But when loading the following code snippet I always get the same error:
Thanks in advance
@adrien615 You can fix this by requiring:
babashka.process.pprint
Thanks, will have a go
Yep, that did the trick thx
@lee If etaoin is already requiring pprint somewhere, maybe etaoin could do this. babashka.process doesn't do this automatically since loading clojure.pprint isn't always desired
Interesting @adrien615, thanks for sharing! @borkdude, thanks for the solution, seems harmless enough to do for etaoin to do this, yeah? I'll make an issue/fix.
Not super related to etaoin specifically but I've been wondering about using a etaoin driven browser as my main browser so i can just have a repl handy and make commands to control it. I've noticed though some sites (google so far) detect that you're using a webdriver browser and block you or captcha you to death. Are there ways to avoid sites detecting this? Are there major security issues with doing this? Are there ways to mitigate them?