|
|||||||
bot под Internet Explorer
Время создания: 13.04.2017 21:27
Текстовые метки: code
Раздел: AutoHotkey - gui - Фишки
Запись: xintrea/mytetra_db_mcold/master/base/149210807483nbw49ovc/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
ie := ComObjCreate("InternetExplorer.Application") ie.Visible := true ie.Navigate("https://www.autohotkey.com/docs/commands/ComObjCreate.htm") while ie.readystate <> 4 continue ie.document.getElementById("q").value := "inputBox" ie.document.getElementById("search-btn").click() while ie.readystate <> 4 continue |
|||||||
Так же в этом разделе:
|
|||||||
|
|||||||
|