Jump to content

Recommended Posts

Posted

Hello, i don't understand how i can use the "ControlSend" command

i wanted to use it on Firefox and i dont know how :/

i want that the script...

While 1

Send("{F5}")

Sleep(180000)

WEnd

..will only run for firefox and not in the active window

i hope somebody can help me :)

Posted

Im not too sure about FireFox, because i dont automate it but it should be similar to automating IE

You will have to attach to FF and then send commands to it. (ControlSend)

Posted

so how i would do it im my script if i want do it to firefox ?

ControlSend("[CLASS:Firefox]", "", "Edit1", "")

While 1

Send("{F5}")

Sleep(180000)

WEnd

.. or how ? x: sorry im new on AutoIt

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
  • Recently Browsing   0 members

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