Page 1 of 1
Dropdowns?
Posted: Sun Sep 08, 2019 7:21 pm
by Drizzage
Hi,
Using FormFillAndSubmit is there a way to dynamically select dropdown values?
Thanks
Re: Dropdowns?
Posted: Mon Sep 09, 2019 9:27 pm
by webmaster
Hi,
FillFormAndSubmit internally calls
InputValue for each input element. When the input element is a SELECT, the input value can either be the text of the item to select, the value, or the index.
Re: Dropdowns?
Posted: Wed Sep 11, 2019 10:08 pm
by Drizzage
So dropdowns ARE supported in FillFormAndSubmit. I set up a form and all fields are filling expect for the dropdowns. I'll try matching the values instead of the text.