@serenity-is/corelib / addOption
Function: addOption()
addOption(
select,key,text):void
Adds an option to the select.
Parameters
select
HTMLSelectElement | ArrayLike<HTMLElement>
key
string
text
string
Returns
void
@serenity-is/corelib / addOption
addOption(
select,key,text):void
Adds an option to the select.
HTMLSelectElement | ArrayLike<HTMLElement>
string
string
void