If your cookies in same format as BAS, you just read it from file to variable and go Network-load cookies-set cookies for browser. If format of your cookies not compatible with BAS, compare and convert all your cookies in right format
@UserTrue Читал, я ваше описание
Подсказали бы лучше как сделать,чем умничать понапрасну.
Сделал так выполняю javascript в меню браузер javascript:
var long_string="";var options=document.getElementById("manager_type").options;for(var i=0;i<options.length;i++){ long_string+=(options[i].text+";"); };long_string
В конце переменная js long_string присваивается переменной BAS как строка разделенная символом ';'
Затем список распарсить строку.