Recorder icon indicating copy to clipboard operation
Recorder copied to clipboard

A browser extension that generates Cypress, Playwright and Puppeteer test scripts from your interactions 🖱 ⌨

Results 11 Recorder issues
Sort by recently updated
recently updated
newest added

Hi, The assert button doesn't appear on Firefox, I verified it appears on Chromium

``` Recorder](main)$ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR!...

I tried the extension with a Magento 2 checkout flow (Luma based theme). This is parts of what I got ``` # in the cart // Click on #cart-51378-qty cy.get('#cart-51378-qty').click()...

I've noticed if you are using React things are typically a lot easier to select using the new(ish) React selectors playwright supports. https://playwright.dev/docs/selectors#react-selectors. This is because a lot of times...

If a user is typing text into a content editable textbox (ex. gmail message composer), we won't handle capturing the text entered properly. We should probably try to treat them...

If you enter multi-line content into a text field, the recorder won't properly escape the new line characters.

Generate Laravel dusk code

我需要录制很多登陆的页面,但是有很多iframe,现在不能使用了,大佬有具体的方案吗?

I can't get cross-domain iframe operations, For example: ![image](https://user-images.githubusercontent.com/46276934/223045449-599d05d2-0293-4855-a5f6-909030a76b30.png) ![image](https://user-images.githubusercontent.com/46276934/223045484-c1b0e0f2-e257-4edc-870b-ca391e94c12a.png) during input username and passwd , Generated Code like ![image](https://user-images.githubusercontent.com/46276934/223045796-ec09a78e-166b-4d25-9a2d-16eb324e0499.png)

Page becomes irresponsive after doing any interaction on it and after navigation.