Jump to content

Select form


Recommended Posts

Hi! I'm new to Autoit and I'm trying to make a simple script and I can't figure it out. 

I need to select and insert a varible/text in a form but when I google or watch instruction videos they all give me examples where I use _IECreate as shown below. I do not want to create a new window, just use one that is already open, like Winactivate ("Google") in this case. 

Quote

$oIE = _IECreate("www.google.se")

$aktivitet = _IEGetObjByName($oIE, "q")

_IEPropertySet ($aktivitet, "innertext", "Hello")

 

Oh, and maybe someone can help me how to get the "auto help" this guy in this video have when he types his code (check 1.35 into the video). 

THANKS!

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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