autofill
autofill copied to clipboard
feature request - selects
Would it be possible to also choose select fields,
Example: we have list of countries, and he tries to match value of option in select with our field in js?
Great project, I really enjoy it, and helps with testing alot.
I think, that is done. I can see it in the line
|| document.querySelector( "form select[name='" + name + "']"
am I right ?