Is there command to select multiple in <select>?

Hello, I need to select multiple options in<select multiple>...</select> tag.
I didn’t found any commands in CodeceptJS documentation that can do it.

I there a way to do it?

According to documentation yes: Select Option

I.selectOption('Which OS do you use?', ['Android', 'iOS']);