microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
67.33k stars 3.71k forks source link

[Feature] Testing Autofill behavior #26831

Open madmath opened 1 year ago

madmath commented 1 year ago

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

madmath commented 1 year ago

Hi, if you're collecting feedback for prioritization, we're still seeing a clear need from our end on this (Shopify).

wuifdesign commented 6 months ago

would be really nice to get something like puppeteer for this.

does anyone found a workaround to test this somehow with playwright?

bezuglyyvlad commented 4 months ago

We also need Autofill behavior support for playwright, since it's impossible to test autocomplete

DiegoAndai commented 1 month ago

We also need this at Material UI. For example, we would like to have a test for this: https://github.com/mui/material-ui/pull/44135.

mdlufy commented 1 month ago

Also need in Taiga UI. For example, to test https://github.com/taiga-family/taiga-ui/issues/9410