Jump to content

_IELinkClickByText inquiry


 Share

Recommended Posts

Hi,

I am currently working on a script that will automatically download a file to as webpage. I am trying to make use of the "_IELinkClickByText" function but it seems that I can't get the correct syntax for it:

$oIE = _IECreate("http://rum.test.com/buildresults/test99")

Send("!{SPACE}+{x}")

_IELinkClickByText($oIE, "Build Artifacts")

_IELinkClickByText($oIE,"tests.jar")

Exit

Sleep(2000)

Send("!{S}")

My script hangs on the second "_IELinkClickByText".

I'm guesing that it is because the url has changed after clicking Build Artifacts link.

Please advise. Thanks in advance!

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