Jump to content

Jeffbg123

Members
  • Posts

    3
  • Joined

  • Last visited

Jeffbg123's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I am making a script that does some internet navigation in python and am using AutoIT as such: from win32com.client import Dispatch Auto = Dispatch("AutoItX3.Control") Auto._IECreate("www.google.com") However, it doesn't work because I need the python equivalent of #include <IE.au3> How do I do this include statement in Python or is there something I am missing? Thanks
  2. I am trying to make a script that goes through a series of websites by clicking buttons, etc. Using _IE, I have it open the first site, enter a login and password, click the image "login" and then get sent to another page. I want it to click another button on that second page, so do I just do the image click function? Or do I have to make a new IE object?
  3. Hey, I'm new to AutoIT, just trying to get the hang of things. I have two simple questions if you wouldn't mind. Thanks 1. How do I use winwait and winmove to move 4 windows that have the same title into different locations? I tried using WinSetTitle and changing the titles as I opened them, but the titles just reverted back to the original. 2. How do I move a window that has no title? And for that matter, how do I move 4 windows that have no title into different positions? Thanks again. -Jeff
×
×
  • Create New...