docs: describe rec/wait status

This commit is contained in:
Tim Nolet
2018-08-14 12:16:06 +02:00
parent 34cd772fb3
commit 201e6c23fa
3 changed files with 5 additions and 9 deletions

View File

@@ -11,11 +11,12 @@ but does the following already:
- Copy to clipboard
- Offers configuration options
## Tips
- hit <kbd>tab</kbd> after you finish typing in an `input` element.
- wait for full page loads on each navigation.
## Usage
- Click the icon and hit record.
- Hit <kbd>tab</kbd> after you finish typing in an `input` element.
- Click links, inputs and other elements.
- Wait for full page load on each navigation. The icon will switch from ![](src/images/icon_rec.png) to ![](src/images/icon_wait.png).
## Background
@@ -32,11 +33,6 @@ below) but add extensibility, configurability and a smoother UI.
4. Click Load unpacked extension...
5. Browse to puppeteer-recorder/build and click Select
## Known issues
- When navigating between pages, the script is only injected when the full navigation is done, 'committed' in Chrome extension
speak. This means you might be able to see the page and click on stuff, but no events are recorded.
## Credits & disclaimer
Puppeteer recorder is the spiritual successor & love child of segment.io's

BIN
src/images/icon_rec.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/images/icon_wait.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB