Jump to content

Recommended Posts

Posted

It's my first post. Hello.

I am trying to use IE.au3 in my scripts :blink:. Ok, i want to go to video on youtube and then i pres a HotKey (F2) and script would automatic go to comment box, write "What's name of song?" and submit comment by pressing "Post". I think that i edit and use this:

#include <IE.au3>
$oIE = _IECreate ("http://www.google.com")
$oForm = _IEFormGetObjByName ($oIE, "f")
$oQuery = _IEFormElementGetObjByName ($oForm, "q")
_IEFormElementSetValue ($oQuery, "AutoIt IE.au3")
_IEFormSubmit ($oForm)

Can someone change this script for me? Thanks.

Guest
This topic is now closed to further replies.
×
×
  • Create New...