Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruk33/dani
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruk33/dani
- Owner: Ruk33
- Created: 2024-04-27T04:05:24.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-13T05:02:11.000Z (6 months ago)
- Last Synced: 2024-07-14T04:44:00.198Z (6 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
dani
this tool allows to run actions, such as clicking, typing, etc. in a page.how to use?
add:
at the bottom of your page. that's it. with this, the tool will show up
and you are ready to feed in actions. the documentation resides inside
this tool.how do these "actions" look like?
here is a list of actions which, type "text" into an input and clicks
a button with a label "increase":type [text] in INPUT:nth-of-type(3)
click button with increaseexamples?
check preact.html, which simulates a single page application using preact
(an alternative, very similar library to react) having this tool already
running.why?
this tool was intended for doing qa/automation, and usually, there is way
too much config/setup to do upfront to simply do one thing, run some
actions that users may do in a webpage. this tool can do that without any
configs. just jump into your page and start running actions or testing it!license
mit