This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-04
Channels
- # announcements (5)
- # aws (11)
- # babashka (15)
- # beginners (101)
- # biff (14)
- # calva (45)
- # clj-kondo (18)
- # cljs-dev (5)
- # clojure (178)
- # clojure-austin (5)
- # clojure-europe (8)
- # clojure-france (1)
- # clojure-nl (12)
- # clojure-norway (6)
- # clojure-spec (4)
- # clojure-uk (1)
- # clojurescript (13)
- # community-development (2)
- # conjure (6)
- # cursive (8)
- # datahike (1)
- # datalevin (3)
- # datascript (36)
- # datomic (6)
- # emacs (2)
- # etaoin (2)
- # fulcro (5)
- # graalvm (6)
- # gratitude (3)
- # introduce-yourself (1)
- # jobs-discuss (1)
- # lsp (19)
- # malli (4)
- # nbb (11)
- # off-topic (4)
- # other-languages (1)
- # pathom (19)
- # pedestal (1)
- # shadow-cljs (22)
- # spacemacs (16)
- # tools-deps (31)
- # vim (7)
Hey this is pretty interesting! The Selenium team has reached out to Etaoin devs re the WebDriver ecosystem: https://github.com/clj-commons/etaoin/issues/492 I'll respond. Anybody want to join me? Does anybody recognize specific pain points around WebDriver? Off the top of my head, I've struggled with: 1. Understanding the definition and behaviour of displayed-ness (this is clearly something Selenium team has struggled with too, but there are aspects of their choices I don't understand yet). 2. Understanding usage of Selenium atoms (these are JavaScript snippets) with a WebDriver. It seems that some WebDrivers use them internally and others do not. For consistency across WebDriver implementations, maybe we should be using them? At least for maybe item 1? 3. Wait support might be vastly improved by upcoming WebDriver BiDi spec, it would be interesting to learn more about that. 4. For whatever reason, stability of our tests is very good on Linux CI, but sporadic failures do occur on macOS and Windows. Has the Selenium team experienced the same? 5. I'm curious about the Selenium Grid WebDriver implementation. Should Etaoin include support for this? I could learn more by reading Selenium source code, but a high level technical overview would be nice. 6. In the weeds but: It would be nice if all WebDriver implementations could be asked to choose a random port on launch. I don't think the WebDriver spec covers this aspect, but why not ask.