Jump to content

Name checkbox in Internet Explorer


Recommended Posts

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...