Bihart / etaoin

Pure Clojure Webdriver protocol implementation

Home Page:https://cljdoc.org/d/etaoin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etaoin

cljdoc GitHub Actions Tests Clojars project bb compatible Join chat

A pure Clojure implementation of the Webdriver protocol named after Etaoin Shrdlu — a typing machine that came to life after a mysterious note was produced on it.

Use the Etaoin library to automate a browser, test your frontend behaviour, simulate human actions or whatever you want.

Benefits

  • Selenium-free: no long dependencies, no tons of downloaded jars, etc.

  • Lightweight, fast. Simple, easy to understand.

  • Compact: just one main module with a couple of helpers.

  • Declarative: the code is just a list of actions.

Capabilities

  • Currently supports Chrome, Firefox, Safari and Edge.

  • May either connect to a remote driver or run it on your local machine.

  • Run your unit tests directly from Emacs pressing C-t t as usual.

  • Can imitate human-like behaviour (delays, typos, etc).

Documentation

API docs and articles are best viewed on cljdoc:

See also:

Who uses Etaoin?

You are welcome to submit your company to this list.

Versioning

Eatoin uses: major.minor.patch-test-qualifier

  • major increments when a non alpha release API has been broken - something, as a rule, we’d like to avoid.

  • minor increments to convey significant new features have been added.

  • patch indicates bug fixes or minor changes - it is the total number of releases to date.

  • test-qualifier is absent for stable releases. Can be alpha, beta, rc1, etc.

People

Current Maintainers

Founder

The project is open for your improvements and ideas. If any of unit tests fail on your machine please submit an issue giving your OS version, browser and console output.

License

Copyright © 2017—2020 Ivan Grishaev.

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Pure Clojure Webdriver protocol implementation

https://cljdoc.org/d/etaoin

License:Eclipse Public License 1.0


Languages

Language:Clojure 99.6%Language:Dockerfile 0.4%