DeploySentinel / Recorder

A browser extension that generates Cypress, Playwright and Puppeteer test scripts from your interactions 🖱 ⌨
https://deploysentinel.com/recorder
Apache License 2.0
444 stars 36 forks source link

Add text selector for playwright #12

Closed MikeShi42 closed 2 years ago

MikeShi42 commented 2 years ago

Allows for Playwright code to use text-based selectors if other selectors aren't available. No support for Puppeteer yet, requires a bit of xpath work to make it work for Puppeteer unfortunately.