Skip to content
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

Fill out fields using [autocomplete] attribute #188

Open
lockepratt opened this issue Aug 30, 2022 · 1 comment
Open

Fill out fields using [autocomplete] attribute #188

lockepratt opened this issue Aug 30, 2022 · 1 comment

Comments

@lockepratt
Copy link

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete

All accessible and mainstream forms will utilize the autocomplete attribute on the input fields. This attribute provides guidance to the browser as to the type of information expected in the field. If this attribute can be used to guide Fake Filler, the extension would be greatly enhanced.

Some examples:

  • autocomplete="given-name" The given (or "first") name.
  • autocomplete="organization-title" A job title, or the title a person has within an organization, such as "Senior Technical Writer", "President", or "Assistant Troop Leader".
  • autocomplete="address-level2"
    The second administrative level, in addresses with at least two of them. In countries with two administrative levels, this would typically be the city, town, village, or other locality in which the address is located.

We love your product and use it daily when testing our Driven client. Please consider integrating this autocomplete feature into your product!

@btenz
Copy link

btenz commented Jan 23, 2024

Hey :)

Was there any workaround that you found @lockepratt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants