Jump to content

what happens with autoit-scripts while I'm working


wolle7
 Share

Recommended Posts

Hi,

maybe this question sounds stupid, but I don't really have an answer for it.

Actually I'm writing a autoit script which one does some stuff with the IE, later this should be automaticly running invisible. Now I ask me, what is happening, when such a script is "playing" in the background with the IE and I am using maybe also the IE or something other ? May this interrupt the script or does it run whithout any problems. And I my use the keyboard and mouse too ?

Cheers Wolle

Cheers Wolle

Link to comment
Share on other sites

You can test it, make it visible and let it do it's stuff and play around with the keys or maybe open a new IE window and start surfing. Anyway, unless you're playing with the direct object that you're using in _IE* functions there won't be any unexpected issues, mostly.

It depended on the functions you're calling in the background script, for example, if you're using ControlSend or Send and in the meantime you're changing the focus from window to window it might as well not produce the desired effects.

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...