headless-recorder
headless-recorder copied to clipboard
Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.36 to 8.4.16. Release notes Sourced from postcss's releases. 8.4.16 Fixed Root AST migration. 8.4.15 Fixed AST normalization after using custom parser with old PostCSS AST. 8.4.14...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Hi checkly, team. Congrats for continuing to innovate with a great product. Have you been able to look at integrating interactions with crypto wallet Chrome extensions such as MetaMask? It...
seems the mouse movement are not recorded. so therefore, the hover triggered dom won't be able to get triggered... is there way to enable that recording, or its something can...
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...
Thank you for your extension, it helps a lot to record tests for playwright. Do you plan to migrate with the new manifest version 3? [Manifest V2](https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/)
## Description I saw a lot off comments about changing the selector. Using not class based selector, but something other. As all programmers and projects have their own requirements. I...
Is it technically feasible to default to something like `button:has-text("Log In")` instead of incredibly long, unmaintainable selectors? Some way of defaulting to the shortest text-based selector when possible? I'd love...
Bumps [vue-cli-plugin-tailwind](https://github.com/forsartis/vue-cli-plugin-tailwind) from 2.0.6 to 3.0.0. Release notes Sourced from vue-cli-plugin-tailwind's releases. v3.0.0 This requires vue-cli v5.0 v3.0.0-beta.0 If you want to use Tailwind CSS v3.0 in a new project:...
# Pull Request Template ## Description Hi friends! Thanks for making this extension, it has been extremely helpful in my workflow. Was looking for some way to contribute, and thought...