This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-31
Channels
- # ai (5)
- # announcements (11)
- # beginners (19)
- # biff (1)
- # calva (8)
- # cider (3)
- # clj-kondo (12)
- # clojure (97)
- # clojure-europe (39)
- # clojure-nl (1)
- # clojure-norway (74)
- # clojure-uk (35)
- # clojurescript (8)
- # component (8)
- # conjure (4)
- # cursive (13)
- # data-science (1)
- # datahike (55)
- # datomic (2)
- # emacs (3)
- # etaoin (6)
- # gratitude (1)
- # hoplon (12)
- # hyperfiddle (54)
- # introduce-yourself (1)
- # lsp (70)
- # missionary (40)
- # music (1)
- # off-topic (79)
- # re-frame (78)
- # releases (4)
- # sql (5)
- # squint (9)
- # tree-sitter (4)
- # xtdb (20)
I really like etaoin. Also, looks like I need to solve something which could be easily done with etaoin. The problem is, it's a Kotlin code base. Has anyone tried using it from Kotlin?
Hi @U26FJ5FDM! Etaoin is a thin Clojure wrapper around WebDrivers. You'd have to figure out how to call Clojure from Kotlin. My take: If you are using Kotlin, I'd suggest you look at using Selenium instead.
Thanks, that was already the suggestion from someone from the team. It's been ages since I've done something with Selenium, but likely it's improved. It's also just for filling in one form.
@U26FJ5FDM One other part of advice: if you're in Java/Kotlin-Land you might as well take a look at Playwright