Skip to content

Commit e043f5b

Browse files
committed
Docs.
1 parent 5dab74a commit e043f5b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,16 @@ dalek-internal-actions
2727

2828
## Docs
2929

30-
> This module is used internally by [DalekJS](//github.com/dalekjs/dalek).
31-
30+
This module is used internally by [DalekJS](//github.com/dalekjs/dalek).
31+
I can not think of a situation where this module is helpful in other ways then
32+
beeing pulled down & loaded by Dalek. But hey, surprise me.
3233

34+
For Dalek, this is the module that defines all the methods that can execute some
35+
action in the browser. The methods are be part of the test object that dalek injects
36+
into the user tests.
3337

38+
If you wonder what actions are:
39+
> Actions are a way to control your browsers, e.g. simulate user interactions like clicking elements, open urls, filling out input fields, etc.
3440
3541
## Help Is Just A Click Away
3642

0 commit comments

Comments
 (0)