autofill icon indicating copy to clipboard operation
autofill copied to clipboard

feature request - selects

Open phrazer opened this issue 10 years ago • 1 comments

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.

phrazer avatar Sep 13 '14 09:09 phrazer

I think, that is done. I can see it in the line || document.querySelector( "form select[name='" + name + "']"

am I right ?

franciscocorrales avatar Mar 14 '15 17:03 franciscocorrales