Issues with Select Lists - Kantu only selects one value

Is there a trick to getting the select command to select multiple labels.

For example if I have a select list with labels item 1, item 2, item 3 and I run three select commands in Kantu:

select id=mylist label=item 1
select id=mylist label=item 2
select id=mylist label=item 3

in the end only item 3 is selected

Is there some other way to select multiple values?

Thanks for any help.

The current solution will be to use XClick | Locator | #shiftclick. This is the same as what you would do manually (keep SHIFT pressed while selecting). #ctrlclick is available, too.

In the near future we will also add the commands addSelection and removeSelection.