Page 1 of 1
Programmatically select combo box
Posted: Wed Mar 02, 2022 2:14 pm
by kryton
Is it possible to programmaically set what is selected in a combo box?
Say I have a combo like this

- screen1.JPG (32.14 KiB) Viewed 812 times
and I want to select only this one option

- screen2.JPG (15.54 KiB) Viewed 812 times
I have tried this setVariable method but it doesn't work

- screen3.JPG (10.58 KiB) Viewed 812 times
Re: Programmatically select combo box
Posted: Fri Mar 04, 2022 8:16 am
by Lech Kulikowski
Hello,
You can set it directly in the variable.
Thank you.
Re: Programmatically select combo box
Posted: Fri Mar 04, 2022 9:18 am
by kryton
Is it possible to do it Javascript? I need to set the selection dynamically from JavaScript.
Re: Programmatically select combo box
Posted: Fri Mar 04, 2022 10:47 am
by Lech Kulikowski
Hello,
At the current moment, it is not possible.
Thank you.