ruifigueira / playwright-crx

Playwright for chrome extensions
Apache License 2.0
116 stars 20 forks source link

Feature: player #4

Closed ruifigueira closed 11 months ago

ruifigueira commented 11 months ago

Allows playing recorded scripts.

It actually "plays" the jsonl source: for each action, it replicates it (see crxPlayer.ts). It then adjusts the line number for the visible language, providing proper line highlighting.