-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Testing Autofill behavior #26831
Comments
Hi, if you're collecting feedback for prioritization, we're still seeing a clear need from our end on this (Shopify). |
would be really nice to get something like puppeteer for this. does anyone found a workaround to test this somehow with playwright? |
We also need Autofill behavior support for playwright, since it's impossible to test autocomplete |
We also need this at Material UI. For example, we would like to have a test for this: mui/material-ui#44135. |
Also need in Taiga UI. For example, to test taiga-family/taiga-ui#9410 |
Hi, it appears that Chrome Devtools Protocol has added support for the Autofill interaction. Puppeteer has added support, so I'm curious if we could see this come to playwright?
Thanks
cc @pavelfeldman
The text was updated successfully, but these errors were encountered: