Здравствуйте.
Подскажите плз как программно через Webbrowser поставить галочку на сайте.
Код:
while WebBrowser1.ReadyState<READYSTATE_COMPLETE do
Application.ProcessMessages;
document:=WebBrowser1.Document as IHTMLDocument2;
all:=document.all;
for i:=0 to all.length-1 do
begin
(all.item('username', 0) as IHTMLElement).innerText:=edit1.Text;
(all.item('password', 0) as IHTMLElement).innerText:=edit2.Text;
вот так заполняю инпуты,а как поставить галочку и выбрать пункт в выподающем списке (select)