Jump to content

intenet explorer


Recommended Posts

how must i use it my script

run("C:\Program Files\Internet Explorer\IEXPLORE.EXE www.tweakers.net")

StatusbarGetText()

send("hallo")

:whistle: look in the help file :P;):D;)

use StatusGetText to get the status from Internet explorer, and if it's done, the do what you want.

run("C:\Program Files\Internet Explorer\IEXPLORE.EXE www.tweakers.net")
$x = StatusbarGetText("Internet Explorer")
While Not StringInStr ($x,  "Done")
    Sleep (100)
    $x = StatusbarGetText("Internet Explorer")
WEnd
send("hallo")

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

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