Skip to content

Commit

Permalink
docs: added player to recorder features
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifigueira committed Nov 10, 2023
1 parent aac179f commit 84730a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ In terms of chrome extension functionality, it provides:
- [context menu](https://developer.chrome.com/docs/extensions/reference/contextMenus/) for the same purpose
- pages must be explicitly attached to be recordable, except if they are opened from already attached pages
- closing the recorder window will detach all pages and uninstall injected scripts (highlights and event listeners)
- a player that will run the recorded instructions, in any supported language*
- it actually doesn't run Java, Python or C#, but it uses an internal JSONL format to know which instructions it needs to run and how to map them into the current selected code. This way, it can highlight the lines being executed.

## Build

Expand Down

0 comments on commit 84730a1

Please sign in to comment.