Jump to content

Checking URLs + same result, different URLs


Recommended Posts

I'm currently making a script to make work easier.

Sometimes, clients don't have the time to talk there and then, so I have to call them up later.

So I save the URL, with some info in word..

But every time I open the URL, I have to enter username and password.

Every client has his/her own number, (for example http://some/random/client.aspx?order=38292838494)

So i want it to enter my username and password when the window pops up.

I'm thinking something like

If URL="http://some/random/client.aspx?order=*" then
Send ("username")
Send ("{TAB}"
Send ("password")
Send ("{ENTER}")

And yes, I know this code is as far from correct as you can get, but you know what i mean..

Help?

Link to comment
Share on other sites

I don't have the example here, as I seem to have stored it on my computer instead of the flashdrive.

But I'm thinking about just doing it the easy way, and do a WinWaitActive.

I noticed that even thou the URL is different, the name of the window is the same.

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