Skip to content

Commit

Permalink
doc: readme - remove falsehood, fix typos
Browse files Browse the repository at this point in the history
Thanks for pointing out falsehood @dgr!

[skip ci]
  • Loading branch information
lread authored Aug 17, 2024
1 parent 430d26e commit 399436c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ Use the Etaoin library to automate a browser, test your frontend behaviour, simu
* Lightweight, fast.
Simple, easy to understand.
* Compact: just one main namespace with a couple of helpers.
* Declarative: the code is just a list of actions.

== Capabilities

* Currently supports Chrome, Firefox, Safari and Edge.
* Currently supports Chrome, Firefox, Safari, and Edge.
* Can either connect to a remote WebDriver process, or have Etaoin launch one for you.
* Run your unit tests directly from Emacs by pressing `C-t t` as usual.
* Can imitate human-like behaviour (delays, typos, etc).
Expand Down Expand Up @@ -114,7 +113,7 @@ Can be `alpha`, `beta`, `rc1`, etc.
* https://github.com/igrishaev[Ivan Grishaev]

Etaoin 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.
If any of the unit tests fail on your machine, please submit an issue giving your OS version, browser, and console output.

== License

Expand Down

0 comments on commit 399436c

Please sign in to comment.