cloudfour / cloudfour/pleasantest
Add actionability checks like Playwright/Cypress
Open
feature
- Dominant language
- TypeScript
- Stars
- 175
- Forks
- 2
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Playwright's `.click`, `.type`, etc. methods all have [actionability checks](https://playwright.dev/docs/actionability) which make sure that an action can be performed on an element before performing the action. Puppeteer does not have this. We should implement some of these checks on our user action wrappers
---
Progress Tracking:
- [x] Attached
- [x] Visible
- [ ] Stable/Not Moving
- [ ] Not Covered/Receives Events
- [ ] Enabled
- [ ] Editable
- [ ] Big enough touch target
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.