Jump to content

Is It possible


Recommended Posts

I do not see an easy way to do this in the manuals or after searching this forum.

I am automating the login to a web site so I can measure the per page load time.

This page spawns numerous pages after logging in. These pages are usually frames and subframes.

I would like to be able to close all Internet Explorer Windows without having to attach to each window.

Any ideas would be appreciated.

Thanks

Link to comment
Share on other sites

It doesn't matter, it wont do anything if it doesn't exist...how bout this then?

Do
If ProcessExists("iexplore.exe") Then ProcessClose("Iexplore.exe")
Until Not ProcessExists("Iexplore.exe")
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...