{"id":13609353,"url":"https://github.com/clj-commons/etaoin","last_synced_at":"2025-05-14T15:11:12.714Z","repository":{"id":37023300,"uuid":"78860888","full_name":"clj-commons/etaoin","owner":"clj-commons","description":"Pure Clojure Webdriver protocol implementation","archived":false,"fork":false,"pushed_at":"2025-04-08T17:12:24.000Z","size":5533,"stargazers_count":930,"open_issues_count":16,"forks_count":96,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-09T19:14:26.372Z","etag":null,"topics":["chrome","clojure","firefox","phantom","safari","webdriver"],"latest_commit_sha":null,"homepage":"https://cljdoc.org/d/etaoin","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clj-commons.png","metadata":{"files":{"readme":"README.adoc","changelog":"CHANGELOG.adoc","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-13T15:24:16.000Z","updated_at":"2025-04-08T17:12:28.000Z","dependencies_parsed_at":"2024-01-25T05:13:00.335Z","dependency_job_id":"41ec6ef6-1b18-4f6a-9499-0d5c0bad7fc5","html_url":"https://github.com/clj-commons/etaoin","commit_stats":{"total_commits":684,"total_committers":38,"mean_commits":18.0,"dds":0.3830409356725146,"last_synced_commit":"07277c1f78ec9bed74b9c7b74084897346adc2c3"},"previous_names":["igrishaev/etaoin"],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clj-commons%2Fetaoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clj-commons%2Fetaoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clj-commons%2Fetaoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clj-commons%2Fetaoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clj-commons","download_url":"https://codeload.github.com/clj-commons/etaoin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094987,"owners_count":21046770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","clojure","firefox","phantom","safari","webdriver"],"created_at":"2024-08-01T19:01:34.313Z","updated_at":"2025-04-09T19:14:32.939Z","avatar_url":"https://github.com/clj-commons.png","language":"Clojure","funding_links":[],"categories":["Clojure"],"sub_categories":[],"readme":"\nimage::art/pattern-small.jpg[]\n\n= Etaoin\n:toclevels: 4\n:project-src-coords: clj-commons/etaoin\n:project-mvn-coords: etaoin/etaoin\n:url-webdriver: https://www.w3.org/TR/webdriver/\n:url-short-story: https://archive.org/details/Unknown_v05n05_1942-02_slpn/page/n66/mode/1up\n:url-doc: https://cljdoc.org/d/{project-mvn-coords}\n:url-slack: https://clojurians.slack.com/messages/C7KDM0EKW/\n\n// Badges\nlink:{url-doc}[image:https://cljdoc.org/badge/{project-mvn-coords}[cljdoc]]\nhttps://github.com/{project-src-coords}/actions/workflows/test.yml[image:https://github.com/{project-src-coords}/actions/workflows/test.yml/badge.svg[GitHub Actions Tests]]\nhttps://clojars.org/{project-mvn-coords}[image:https://img.shields.io/clojars/v/{project-mvn-coords}.svg[Clojars project]]\nhttps://book.babashka.org#badges[image:https://raw.githubusercontent.com/babashka/babashka/master/logo/badge.svg[bb compatible]]\nhttps://clojurians.slack.com/archives/C7KDM0EKW[image:https://img.shields.io/badge/slack-join_chat-brightgreen.svg[Join chat]]\n\nA pure Clojure implementation of the link:{url-webdriver}[Webdriver] protocol, named after link:{url-short-story}[Etaoin Shrdlu] -- a typing machine that came to life after a mysterious note was produced on it.\n\nUse the Etaoin library to automate a browser, test your frontend behaviour, simulate human actions or whatever you want.\n\n== Benefits\n\n* Selenium-free: no big dependencies, no tons of downloaded jars, etc.\n* Lightweight, fast.\nSimple, easy to understand.\n* Compact: just one main namespace with a couple of helpers.\n\n== Capabilities\n\n* Currently supports Chrome, Firefox, Safari, and Edge.\n* Can either connect to a remote WebDriver process, or have Etaoin launch one for you.\n* Run your unit tests directly from Emacs by pressing `C-t t` as usual.\n* Can imitate human-like behaviour (delays, typos, etc).\n\n== Documentation\n\nAPI docs and articles are best viewed on link:{url-doc}[cljdoc]:\n\n* link:doc/01-user-guide.adoc[User Guide]\n* link:doc/02-developer-guide.adoc[Developer Guide]\n\nSee also:\n\n:ui-test: http://grishaev.me/en/ui-test\n:stream: https://www.youtube.com/watch?v=cLL_5rETLWY\n\n* link:{url-slack}[Slack channel]\n* link:{ui-test}[Thoughts on UI tests]\nIvan's blog-post about pitfalls that can occur when testing UI.\n* link:{stream}[Live-coding session] where Ivan works through some Etaoin issues.\n\n== Who uses Etaoin?\n\nSome companies:\n\n* https://www.exoscale.com/[Exoscale]\n* https://www.flyerbee.com/[Flyerbee]\n* http://www.barrick.com/[Barrick Gold]\n* http://drevidence.com/[Doctor Evidence]\n* https://kevel.com/[Kevel (formerly Adzerk)]\n* https://www.rate.com/[Guaranteed Rate]\n\nSome examples usages:\n\n* https://bogoyavlensky.com/blog/e2e-tests-in-clojure-with-testcontainers[End-to-end tests in Clojure with Etaoin and Testcontainers].\n* Control a https://github.com/DaniruKun/spacex-iss-docking-sim-autopilot[SpaceX ISS Docking Simulator].\n* Automatically https://github.com/babashka/book/blob/9853d7ed1d72b328e30342f546071cd450035a3f/script/watch.clj[watch/refresh] the browser when making edits to https://book.babashka.org/[Babashka book].\n* Generate contributor badges for https://github.com/clj-commons/rewrite-clj#people[rewrite-clj], https://github.com/cljdoc/cljdoc#contributors[cljdoc] and https://github.com/lread/test-doc-blocks#people[test-doc-blocks] via a https://github.com/clj-commons/rewrite-clj/blob/1795a71b7f8937a1482cf63de7f8dd90579c2007/script/doc_update_readme.clj[doc-update-readme babashka task].\n* https://github.com/borkdude/re-find.web/blob/1a2cc409b2f2791324798f6e1adb13efc244b3e2/test/re_find/web_test.clj[Test browser behavior] for https://borkdude.github.io/re-find.web/[re-find.web].\n* https://github.com/quil/quil/blob/1f214e712d834ede311fdc652eafe9cc0232c96e/test/clj/quil/snippet.clj#L159[Test browser interactions] for https://github.com/quil/quil[Quil].\n* https://github.com/jarcane/clojurice/blob/96f6af795636903b543b9f29aaea586c49a776c6/test/clj/app/test/integration.clj[Integration tests] for https://github.com/jarcane/clojurice[clojurice].\n\nYou are most welcome to submit your company or project to this list.\n\n== Versioning\n\nEatoin uses: `major`.`minor`.`patch`-`test-qualifier`\n\n* `major` increments when a non alpha release API has been majorly broken - something, as a rule, we'd like to avoid.\n* `minor` increments to convey significant new features have been added or minor breakage.\n* `patch` indicates bug fixes or minor changes - it is the total number of releases to date.\n* `test-qualifier` is absent for stable releases.\nCan be `alpha`, `beta`, `rc1`, etc.\n\n== People\n\n=== Contributors\n\n* https://github.com/Uunnamed[Alexey Shipilov]\n* https://github.com/AdamFrey[Adam Frey]\n* https://github.com/jwkoelewijn[JW Koelewijn]\n* https://github.com/nenadalm[Miloslav Nenadál]\n* https://github.com/atsman[Aleh Atsman]\n* https://github.com/marco-m[Marco Molteni]\n* https://github.com/nebesnytihohod[Maxim Stasenkov]\n* https://github.com/daveyarwood[Dave Yarwood]\n* https://github.com/jkrasnay[John Krasnay]\n* https://github.com/kidd[Raimon Grau]\n* https://github.com/verma[Uday Verma]\n* https://github.com/mjmeintjes[Matt Meintjes]\n* https://github.com/tupini07[Andrea Tupini]\n* https://github.com/dgr[Dave Roberts]\n\n=== Current Maintainers\n\n* https://github.com/lread[Lee Read]\n* https://github.com/borkdude[Michiel Borkent]\n\n=== Founder\n\n* https://github.com/igrishaev[Ivan Grishaev]\n\nEtaoin is open for your improvements and ideas.\nIf any of the unit tests fail on your machine, please submit an issue giving your OS version, browser, and console output.\n\n== License\n\nCopyright © 2017\u0026mdash;2020 Ivan Grishaev.\n\nDistributed under the Eclipse Public License either version 1.0 or (at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclj-commons%2Fetaoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclj-commons%2Fetaoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclj-commons%2Fetaoin/lists"}